File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 override : true
2525 components : rustfmt
2626
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v4
2828
2929 - name : Cargo fmt
3030 uses : actions-rs/cargo@v1
4343 override : true
4444 components : clippy
4545
46- - uses : actions/checkout@v2
46+ - uses : actions/checkout@v4
4747
4848 - name : Cargo clippy
4949 uses : actions-rs/cargo@v1
6767 toolchain : stable
6868 override : true
6969
70- - uses : actions/checkout@v2
70+ - uses : actions/checkout@v4
7171
7272 - name : Cargo test
7373 uses : actions-rs/cargo@v1
9090 - name : Cache Nix dependencies
9191 uses : DeterminateSystems/magic-nix-cache-action@v2
9292
93- - uses : actions/checkout@v2
93+ - uses : actions/checkout@v4
9494
9595 - name : Check flake
9696 run : nix flake check
Original file line number Diff line number Diff line change 1818 toolchain : nightly
1919 override : true
2020 components : rustfmt, clippy
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v4
2222 - name : Install cargo deb
2323 uses : actions-rs/cargo@v1
2424 with :
4040 env :
4141 TARGET_DIR : target/release
4242
43- runs-on : macos-10.15
43+ runs-on : macos-latest
4444 steps :
45- - uses : actions/checkout@v2
45+ - uses : actions/checkout@v4
4646 with :
4747 fetch-depth : 0
4848 - name : Get Release Version
@@ -119,7 +119,7 @@ jobs:
119119 release_url : ${{ steps.create-release.outputs.html_url }}
120120 asset_upload_url : ${{ steps.create-release.outputs.upload_url }}
121121 steps :
122- - uses : actions/checkout@v2
122+ - uses : actions/checkout@v4
123123 with :
124124 fetch-depth : 0
125125 - name : Get Release Version
@@ -170,7 +170,7 @@ jobs:
170170 runs-on : ubuntu-latest
171171 needs : ["create_draft"]
172172 steps :
173- - uses : actions/checkout@v2
173+ - uses : actions/checkout@v4
174174 - name : Get Release Version
175175 run : |
176176 echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments