From fdd2ae4f075652ea97652babf967608d4eb140bb Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 23 Jun 2026 12:01:53 -0400 Subject: [PATCH] Revert "Pin crates-io-auth-action to v1.0.4" This reverts commit 68261bf0d6add334d5c4566136ddec7ce4773ac7. We can go back to floating this again (for now at least) per: https://github.com/rust-lang/crates-io-auth-action/issues/262 Signed-off-by: John Eckersberg --- .github/workflows/cratesio-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cratesio-release.yml b/.github/workflows/cratesio-release.yml index 9d1424c..92e8436 100644 --- a/.github/workflows/cratesio-release.yml +++ b/.github/workflows/cratesio-release.yml @@ -10,7 +10,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v6 - - uses: rust-lang/crates-io-auth-action@v1.0.4 + - uses: rust-lang/crates-io-auth-action@v1 id: auth - run: cargo publish env: