File tree 7 files changed +15
-15
lines changed
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 27
27
typescript : ${{ steps.filter.outputs.typescript }}
28
28
proc_macros : ${{ steps.filter.outputs.proc_macros }}
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- uses : dorny/paths-filter@1441771bbfdd59dcd748680ee64ebd8faab1a242
32
32
id : filter
33
33
with :
56
56
57
57
steps :
58
58
- name : Checkout repository
59
- uses : actions/checkout@v3
59
+ uses : actions/checkout@v4
60
60
with :
61
61
ref : ${{ github.event.pull_request.head.sha }}
62
62
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
steps :
131
131
- name : Checkout repository
132
- uses : actions/checkout@v3
132
+ uses : actions/checkout@v4
133
133
134
134
- name : Install Rust toolchain
135
135
run : |
@@ -161,7 +161,7 @@ jobs:
161
161
162
162
steps :
163
163
- name : Checkout repository
164
- uses : actions/checkout@v3
164
+ uses : actions/checkout@v4
165
165
if : needs.changes.outputs.typescript == 'true'
166
166
167
167
- name : Install Nodejs
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
ref : ${{ github.event.pull_request.head.sha }}
33
33
fetch-depth : 1
Original file line number Diff line number Diff line change 36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
- name : Restore cargo cache
42
42
uses : actions/cache@v3
73
73
74
74
steps :
75
75
- name : Checkout repository
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
78
78
- name : Restore cargo cache
79
79
uses : actions/cache@v3
@@ -106,7 +106,7 @@ jobs:
106
106
needs : [build_metrics, other_metrics]
107
107
steps :
108
108
- name : Checkout repository
109
- uses : actions/checkout@v3
109
+ uses : actions/checkout@v4
110
110
111
111
- name : Download build metrics
112
112
uses : actions/download-artifact@v3
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
Original file line number Diff line number Diff line change 59
59
60
60
steps :
61
61
- name : Checkout repository
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : ${{ env.FETCH_DEPTH }}
65
65
78
78
rustup component add rust-src
79
79
80
80
- name : Install Node.js
81
- uses : actions/setup-node@v3
81
+ uses : actions/setup-node@v4
82
82
with :
83
83
node-version : 16
84
84
@@ -154,7 +154,7 @@ jobs:
154
154
run : apk add --no-cache git clang lld musl-dev nodejs npm
155
155
156
156
- name : Checkout repository
157
- uses : actions/checkout@v3
157
+ uses : actions/checkout@v4
158
158
with :
159
159
fetch-depth : ${{ env.FETCH_DEPTH }}
160
160
@@ -199,7 +199,7 @@ jobs:
199
199
- run : ' echo "TAG: $TAG"'
200
200
201
201
- name : Checkout repository
202
- uses : actions/checkout@v3
202
+ uses : actions/checkout@v4
203
203
with :
204
204
fetch-depth : ${{ env.FETCH_DEPTH }}
205
205
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout repository
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Install Rust toolchain
23
23
run : rustup update --no-self-update stable
You can’t perform that action at this time.
0 commit comments