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
@@ -27,7 +27,7 @@ jobs:
stress-test:
- simple_echo_tcp
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install Rust ${{ env.rust_stable }}
uses: dtolnay/rust-toolchain@master
with: