diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 49bc54b..2dedfa7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v5.0.0 # immutable action, safe to use the versions - - uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 # v1.0.1 + - uses: rust-lang/crates-io-auth-action@041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2 # v1.0.2 id: auth - run: cargo publish --all-features --package ${{ matrix.crate }} --verbose env: