This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 2727 typescript : ${{ steps.filter.outputs.typescript }}
2828 proc_macros : ${{ steps.filter.outputs.proc_macros }}
2929 steps :
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242
3232 id : filter
3333 with :
5656
5757 steps :
5858 - name : Checkout repository
59- uses : actions/checkout@v3
59+ uses : actions/checkout@v4
6060 with :
6161 ref : ${{ github.event.pull_request.head.sha }}
6262
@@ -129,7 +129,7 @@ jobs:
129129
130130 steps :
131131 - name : Checkout repository
132- uses : actions/checkout@v3
132+ uses : actions/checkout@v4
133133
134134 - name : Install Rust toolchain
135135 run : |
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Checkout repository
164- uses : actions/checkout@v3
164+ uses : actions/checkout@v4
165165 if : needs.changes.outputs.typescript == 'true'
166166
167167 - name : Install Nodejs
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 with :
3232 ref : ${{ github.event.pull_request.head.sha }}
3333 fetch-depth : 1
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040
4141 - name : Restore cargo cache
4242 uses : actions/cache@v3
7373
7474 steps :
7575 - name : Checkout repository
76- uses : actions/checkout@v3
76+ uses : actions/checkout@v4
7777
7878 - name : Restore cargo cache
7979 uses : actions/cache@v3
@@ -106,7 +106,7 @@ jobs:
106106 needs : [build_metrics, other_metrics]
107107 steps :
108108 - name : Checkout repository
109- uses : actions/checkout@v3
109+ uses : actions/checkout@v4
110110
111111 - name : Download build metrics
112112 uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 5959
6060 steps :
6161 - name : Checkout repository
62- uses : actions/checkout@v3
62+ uses : actions/checkout@v4
6363 with :
6464 fetch-depth : ${{ env.FETCH_DEPTH }}
6565
7878 rustup component add rust-src
7979
8080 - name : Install Node.js
81- uses : actions/setup-node@v3
81+ uses : actions/setup-node@v4
8282 with :
8383 node-version : 16
8484
@@ -154,7 +154,7 @@ jobs:
154154 run : apk add --no-cache git clang lld musl-dev nodejs npm
155155
156156 - name : Checkout repository
157- uses : actions/checkout@v3
157+ uses : actions/checkout@v4
158158 with :
159159 fetch-depth : ${{ env.FETCH_DEPTH }}
160160
@@ -199,7 +199,7 @@ jobs:
199199 - run : ' echo "TAG: $TAG"'
200200
201201 - name : Checkout repository
202- uses : actions/checkout@v3
202+ uses : actions/checkout@v4
203203 with :
204204 fetch-depth : ${{ env.FETCH_DEPTH }}
205205
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121
2222 - name : Install Rust toolchain
2323 run : rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments