From 81d0c02243a7710ff89e2dae7d28b643964ef5ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:48:30 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.19.0 to 0.28.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.19.0 to 0.28.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.19.0...v0.28.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.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 074badd..5356510 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ on: jobs: build: - uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.19.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.28.0' with: node: '[ {"version": "16", "tests": true, "lint": false}, @@ -24,7 +24,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.19.0' + uses: 'flowfuse/github-actions-workflows/.github/workflows/publish_node_package.yml@v0.28.0' with: package_name: nr-assistant publish_package: true