From 25c24c23f5f4456b1552ade596584ade8f9424d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 17:33:17 +0100 Subject: [PATCH] chore: Update ncipollo/release-action digest to bcfe547 (#18520) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index e1b6d90f1c..d96be0ace7 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -91,7 +91,7 @@ jobs: steps: - name: Create a Release on GitHub - uses: ncipollo/release-action@440c8c1cb0ed28b9f43e4d1d670870f059653174 # v1 + uses: ncipollo/release-action@bcfe5470707e8832e12347755757cec0eb3c22af # v1 with: commit: ${{github.event.pull_request.base.ref}} tag: 'n8n@${{ needs.publish-to-npm.outputs.release }}'