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 Sylvestre Ledru
parent fe74a5e8e6
commit 8fcd4ea579

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