diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index bc64ed6..96cef0c 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -47,7 +47,7 @@ jobs: Do NOT publish it yourself — a subsequent step will do that. - name: Publish release notes - uses: softprops/action-gh-release@b25b93d384199fc0fc8c2e126b2d937a0cbeb2ae # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: tag_name: ${{ inputs.tag }} body_path: release-notes.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71d4b6b..ec13205 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: fetch-depth: 0 - name: Create GitHub release - uses: softprops/action-gh-release@26e8ad27a09a225049a7075d7ec1caa2df6ff332 # v2.6.0 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 with: tag_name: ${{ github.ref_name }} name: ${{ github.ref_name }}