diff --git a/.github/workflows/gradle-release.yml b/.github/workflows/gradle-release.yml index e8fb381..f5ab535 100644 --- a/.github/workflows/gradle-release.yml +++ b/.github/workflows/gradle-release.yml @@ -157,7 +157,7 @@ jobs: ORG_GRADLE_PROJECT_sonatypePassword: "${{ secrets.SONATYPE_PASSWORD }}" - name: "Create GitHub release" - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: name: "${{ inputs.project_name }} v${{ steps.version.outputs.version }}" tag_name: "v${{ steps.version.outputs.version }}"