We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf86f2 commit 72105fdCopy full SHA for 72105fd
2 files changed
.github/workflows/fmt.yml
@@ -7,7 +7,7 @@ jobs:
7
check_fmt:
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
11
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
12
with:
13
toolchain: stable
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
name: cargo test
14
0 commit comments