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 9d0bc84 commit b25e4f3Copy full SHA for b25e4f3
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
17
18
- run: rustup override set ${{ env.RUST_VERSION }}
19
- run: rustup component add clippy
@@ -26,7 +26,7 @@ jobs:
26
build:
27
28
29
30
31
32
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
0 commit comments