Merge pull request #8479 from uutils/renovate/actions-checkout-5.x

chore(deps): update actions/checkout action to v5
This commit is contained in:
Daniel Hofstetter
2025-08-13 16:28:46 +02:00
committed by GitHub
+1 -1
View File
@@ -136,7 +136,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: dtolnay/rust-toolchain@stable