File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
2121 - name : Install `yamllint`
2222 run : pip install --requirement=.github/workflows/requirements.txt
@@ -27,13 +27,13 @@ jobs:
2727 tool : cargo-deny,just
2828
2929 - name : Install stable toolchain
30- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # master
30+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3131 with :
3232 components : clippy, rustfmt
3333 toolchain : stable
3434
3535 - name : Install nightly toolchain
36- uses : dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # master
36+ uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
3737 with :
3838 toolchain : nightly
3939 targets : wasm32-wasip2
You can’t perform that action at this time.
0 commit comments