File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2222
2323 - name : Build
2424 run : cargo build
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232
3333 - name : Test
3434 run : cargo test
3838 runs-on : ubuntu-latest
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@v4
41+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4242
4343 - name : Check formatting
4444 run : cargo fmt --all -- --check
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5353
5454 - name : Clippy
5555 run : cargo clippy --all-targets --all-features
You can’t perform that action at this time.
0 commit comments