diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b63c841..71e2a89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -432,7 +432,7 @@ jobs: - name: Create GitHub Release if: inputs.github_release - uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0 + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1 with: tag_name: v${{ inputs.version }} token: ${{ steps.get_workflow_token.outputs.token }} @@ -517,7 +517,7 @@ jobs: - name: Authenticate with crates.io if: inputs.crate id: crates-io-auth - uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4 + uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5 - name: Publish Crate if: inputs.crate