We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b125f commit ab99770Copy full SHA for ab99770
.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@692973e3d937129bcbf40652eb9f2f61becf3332 # 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