From e15f11ded24f689cf1b292a29617b9e310e949fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:19:45 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20softprops/action-?= =?UTF-8?q?gh-release=20digest=20(=20fb2d031=20=E2=86=92=20c062e08=20)=20(?= =?UTF-8?q?#138)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 08aff57..3194f05 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: echo "files=$FILES" >> "${GITHUB_OUTPUT}" - name: Publish to GitHub Releases - uses: softprops/action-gh-release@fb2d03176f42a1f0dd433ca263f314051d3edd44 # v2 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2 if: success() && startsWith(github.ref, 'refs/tags/') with: files: ${{ steps.set-list.outputs.files }}