From 17c2e594e1cd2ec2890f1d2fb4af03c5937712e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:03:09 +0000 Subject: [PATCH] chore(deps): update softprops/action-gh-release action to v2 --- .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 f0f990c0..db79094d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: | sed 's/{archive_sha256}/${{ env.ARCHIVE_SHA256 }}/g' \ > ${{ github.workspace }}/.github/release_notes.txt - name: Create the release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 id: rules_cuda_release with: prerelease: true