diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03ac2b0..edffd88 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -178,7 +178,7 @@ jobs: - name: Create GitHub release (with release notes) if: needs.validate.outputs.has_notes == 'true' - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 with: body_path: docs/RELEASE_NOTES_${{ needs.validate.outputs.version }}.md generate_release_notes: false @@ -188,7 +188,7 @@ jobs: - name: Create GitHub release (auto-generated notes) if: needs.validate.outputs.has_notes != 'true' - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 + uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v2 with: generate_release_notes: true draft: false @@ -226,6 +226,6 @@ jobs: run: twine check dist/* - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 with: skip-existing: true