From c5d3bb019456215618455a689a9609f7bcd99274 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 09:46:57 +0100 Subject: [PATCH] Update ncipollo/release-action digest to 2c591bc (#133) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ffd586..3f94316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: diff-search: true - name: Create release - uses: 'ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5' # v1 + uses: 'ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5' # v1 if: ${{ steps.check.outputs.changed == 'true' }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}