File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
matrix :
13
13
rust : [stable, beta, nightly]
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
- name : Install Rust ${{ matrix.rust }}
17
17
run : |
18
18
rustup self update
26
26
name : Rustfmt
27
27
runs-on : ubuntu-latest
28
28
steps :
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
30
- name : Install Rust Stable
31
31
run : |
32
32
rustup update stable
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-24.04
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v4
16
+ uses : actions/checkout@v5
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Install Rust (rustup)
You can’t perform that action at this time.
0 commit comments