We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 178c7fd + df550aa commit 959401aCopy full SHA for 959401a
.github/workflows/build-and-test.yml
@@ -5,7 +5,7 @@ jobs:
5
name: Format and test
6
runs-on: ubuntu-latest
7
steps:
8
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
9
- uses: actions-rs/toolchain@v1
10
with:
11
toolchain: stable
@@ -16,7 +16,7 @@ jobs:
16
17
needs: [test]
18
19
20
21
22
0 commit comments