We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbb364 commit 5813895Copy full SHA for 5813895
.github/workflows/fmt.yml
@@ -7,7 +7,7 @@ jobs:
7
check_fmt:
8
runs-on: ubuntu-24.04
9
steps:
10
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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