From 2316919968303622c9a38442946753cde5f39b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:05:09 +0000 Subject: [PATCH] Bump flowfuse/github-actions-workflows from 0.52.0 to 0.76.0 Bumps [flowfuse/github-actions-workflows](https://github.com/flowfuse/github-actions-workflows) from 0.52.0 to 0.76.0. - [Commits](https://github.com/flowfuse/github-actions-workflows/compare/v0.52.0...v0.76.0) --- updated-dependencies: - dependency-name: flowfuse/github-actions-workflows dependency-version: 0.76.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 e4a7d6c..2fbb73a 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -32,7 +32,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.76.0 with: package: '@flowfuse/node-red-dashboard-2-ui-iframe' version: ${{ steps.getVersion.outputs.version }}