From 1c310eb360a8257a87e91763a79591a8b9a091eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:01:13 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.36.0 to 0.37.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.36.0 to 0.37.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.36.0...v0.37.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 fa030d2..5c940df 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ on: jobs: build: - uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.36.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.37.0' with: node: '[ {"version": "18", "tests": false, "lint": true}, @@ -22,7 +22,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.36.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.37.0' with: package_name: nr-file-nodes publish_package: true