From 6b7691316ae3989a180c46c11635912b64994e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:44:45 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.52.0 to 0.64.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.52.0 to 0.64.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.52.0...v0.64.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-version: 0.64.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 9f7c55a5..4d0f3f06 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -34,7 +34,7 @@ jobs: run: | VERSION=$(npm info . --json version | sed -e 's/"//g') echo "version=$VERSION" >> $GITHUB_OUTPUT - - uses: flowfuse/github-actions-workflows/actions/update-nr-flows@v0.52.0 + - uses: flowfuse/github-actions-workflows/actions/update-nr-flows@v0.64.0 with: package: '@flowfuse/node-red-dashboard' version: ${{ steps.getVersion.outputs.version }}