From 1c0204f735a642fa782167a2dcbda57a6cad23db Mon Sep 17 00:00:00 2001 From: Garry O'Donnell Date: Tue, 12 Mar 2024 09:36:15 +0000 Subject: [PATCH] Fix version comment for softprops/actions-gh-release --- .github/workflows/code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index fe2bb9c8..99099df2 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -230,7 +230,7 @@ jobs: - name: Github Release # We pin to the SHA, not the tag, for security reasons. # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v0.1.15 + uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # v2.0.2 with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: |