From 5069110d2ffc367b7ed519273832cb6b2b4a8abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 14:54:37 +0200 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.30.0 to 0.34.0 (#154) * Bump flowfuse/github-actions-workflows from 0.30.0 to 0.34.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.30.0 to 0.34.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.30.0...v0.34.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Pin dependencies to `nightly` tag --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: PPawlowski --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 10a270a..2bd078f 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.30.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.34.0' with: node: '[ {"version": "18", "tests": false, "lint": true}, @@ -30,12 +30,12 @@ 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.30.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.34.0' with: package_name: driver-localfs publish_package: true package_dependencies: | - @flowfuse/nr-launcher + @flowfuse/nr-launcher=nightly secrets: npm_registry_token: ${{ secrets.NPM_PUBLISH_TOKEN }}