This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -165,9 +165,9 @@ jobs:
165165 if : needs.changes.outputs.typescript == 'true'
166166
167167 - name : Install Nodejs
168- uses : actions/setup-node@v3
168+ uses : actions/setup-node@v4
169169 with :
170- node-version : 16
170+ node-version : 18
171171 if : needs.changes.outputs.typescript == 'true'
172172
173173 - name : Install xvfb
Original file line number Diff line number Diff line change 2121 rustup component add rustfmt rust-src
2222 rustup default stable
2323 - name : Cache cargo
24- uses : actions/cache@v3
24+ uses : actions/cache@v4
2525 with :
2626 path : |
2727 ~/.cargo/bin/
3939 uses : actions/checkout@v4
4040
4141 - name : Restore cargo cache
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : |
4545 ~/.cargo/bin/
5252 run : cargo xtask metrics build
5353
5454 - name : Cache target
55- uses : actions/cache@v3
55+ uses : actions/cache@v4
5656 with :
5757 path : target/
5858 key : ${{ runner.os }}-target-${{ github.sha }}
7676 uses : actions/checkout@v4
7777
7878 - name : Restore cargo cache
79- uses : actions/cache@v3
79+ uses : actions/cache@v4
8080 with :
8181 path : |
8282 ~/.cargo/bin/
8686 key : ${{ runner.os }}-cargo-${{ github.sha }}
8787
8888 - name : Restore target cache
89- uses : actions/cache@v3
89+ uses : actions/cache@v4
9090 with :
9191 path : target/
9292 key : ${{ runner.os }}-target-${{ github.sha }}
Original file line number Diff line number Diff line change 8080 - name : Install Node.js
8181 uses : actions/setup-node@v4
8282 with :
83- node-version : 16
83+ node-version : 18
8484
8585 - name : Update apt repositories
8686 if : matrix.target == 'aarch64-unknown-linux-gnu' || matrix.target == 'arm-unknown-linux-gnueabihf'
@@ -188,9 +188,9 @@ jobs:
188188 needs : ["dist", "dist-x86_64-unknown-linux-musl"]
189189 steps :
190190 - name : Install Nodejs
191- uses : actions/setup-node@v3
191+ uses : actions/setup-node@v4
192192 with :
193- node-version : 16
193+ node-version : 18
194194
195195 - run : echo "TAG=$(date --iso -u)" >> $GITHUB_ENV
196196 if : github.ref == 'refs/heads/release'
You can’t perform that action at this time.
0 commit comments