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 ea64892 commit 7c30e9dCopy full SHA for 7c30e9d
.github/workflows/fmt.yml
@@ -8,7 +8,7 @@ jobs:
8
check_fmt:
9
runs-on: ubuntu-24.04
10
steps:
11
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
12
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
13
with:
14
toolchain: stable
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
name: cargo test
15
0 commit comments