From 2a255ee0d5040ea0208c1094536967689eb59d79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:04:56 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 Signed-off-by: renovate[bot] --- .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 9db71228e5..981d40281a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - name: Create Release if: github.event_name == 'push' - uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15 + uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2.0.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: