From e2a678a036db7c0d88497550c30a473dc2cbccea Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Thu, 21 Aug 2025 18:01:34 +0200 Subject: [PATCH] update trusted publishing docs to checkout v5 action --- app/templates/docs/trusted-publishing.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/docs/trusted-publishing.hbs b/app/templates/docs/trusted-publishing.hbs index 283422b1f38..d6a163b72cd 100644 --- a/app/templates/docs/trusted-publishing.hbs +++ b/app/templates/docs/trusted-publishing.hbs @@ -77,7 +77,7 @@ jobs: permissions: id-token: write # Required for OIDC token exchange steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: rust-lang/crates-io-auth-action@v1 id: auth - run: cargo publish