File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 os : ['ubuntu-latest', 'macos-latest']
1515 runs-on : ${{ matrix.os }}
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Build
1919 run : cargo build --verbose
2020 env :
2828 os : ['ubuntu-latest', 'macos-latest']
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232 - name : Build
3333 run : cargo build --verbose --no-default-features
3434 env :
@@ -40,15 +40,15 @@ jobs:
4040 name : Check rustfmt style && run clippy
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v2
43+ - uses : actions/checkout@v4
4444 - uses : actions-rs/toolchain@v1
4545 with :
4646 toolchain : stable
4747 profile : minimal
4848 components : clippy, rustfmt
4949 override : true
5050 - name : Cache cargo registry
51- uses : actions/cache@v1
51+ uses : actions/cache@v4
5252 with :
5353 path : ~/.cargo/registry
5454 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments