chore(deps): update actions/checkout action to v5

This commit is contained in:
renovate[bot]
2025-08-13 13:57:33 +00:00
committed by GitHub
parent 4af2a84c84
commit 26a8d1c7be
+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