From fbf6856583577d22bffa856401fa4dace53e5d3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:56:41 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.29.0 to 0.30.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.29.0 to 0.30.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.29.0...v0.30.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b1e5ae3..10a270a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ on: jobs: build: - uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.29.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.30.0' with: node: '[ {"version": "18", "tests": false, "lint": true}, @@ -30,7 +30,7 @@ jobs: if: | ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || ( github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/main' ) - uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.29.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.30.0' with: package_name: driver-localfs publish_package: true