From a9a6ff994bea99b733659bb257ae1a6957bb4c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:18:40 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.1.1 to 0.14.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.1.1 to 0.14.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.1.1...v0.14.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index eebe242..bc1793e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: publish: needs: build if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.1.1' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.14.0' with: package_name: file-server publish_package: true