diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7c4d52a38e..1625d11fc0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: run: rustup update stable --no-self-update && rustup default stable - name: Authenticate with crates.io id: 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 env: CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}