ci: update GitHub actions/checkout to v5 (#7529)

This commit is contained in:
CrazyFrog
2025-08-13 12:57:45 +02:00
committed by GitHub
parent 131afd3c53
commit 86528741f9
6 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: EmbarkStudios/cargo-deny-action@v2