Skip to content

Commit ce183db

Browse files
ci: bump actions/checkout from 5 to 6 for bash-prg-hash (#858)
1 parent 6ee5eb9 commit ce183db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bash-prg-hash.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- thumbv7em-none-eabi
4141
- wasm32-unknown-unknown
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444
- uses: RustCrypto/actions/cargo-cache@master
4545
- uses: dtolnay/rust-toolchain@master
4646
with:
@@ -58,7 +58,7 @@ jobs:
5858
- ${{needs.set-msrv.outputs.msrv}}
5959
- stable
6060
steps:
61-
- uses: actions/checkout@v5
61+
- uses: actions/checkout@v6
6262
- uses: RustCrypto/actions/cargo-cache@master
6363
- uses: dtolnay/rust-toolchain@master
6464
with:

0 commit comments

Comments
 (0)