From 4b007601c1173fb42d5db799a0ff6e7c48a7edaa Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Wed, 10 Jun 2026 16:51:45 -0400 Subject: [PATCH] Pin crates-io-auth-action to v1.0.4 The `v1` branch upstream still points at v1.0.3 which has an old version of Node.js and causes warnings on workflow run. See: 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 92e8436..9d1424c 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 + - uses: rust-lang/crates-io-auth-action@v1.0.4 id: auth - run: cargo publish env: