From 055a3926ec761f7d9f2ce49b9bd07ad8e027f4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:22:48 +0200 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.34.0 to 0.36.0 (#78) Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.34.0 to 0.36.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.34.0...v0.36.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e94519d..fa030d2 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.34.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.36.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.34.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.36.0' with: package_name: nr-file-nodes publish_package: true