22
22
name : ' Build & Unit Test: node-${{ matrix.node_version }}, ${{ matrix.os }}'
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
25
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
26
26
with :
27
27
# Required for docs/versions tests
28
28
fetch-depth : 0
31
31
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
32
32
33
33
- name : Set node version to ${{ matrix.node_version }}
34
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
34
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
35
35
with :
36
36
node-version : ${{ matrix.node_version }}
37
37
cache : ' pnpm'
70
70
run : date
71
71
72
72
- name : Checkout
73
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
73
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
74
with :
75
75
# Required for docs/versions tests
76
76
fetch-depth : 0
79
79
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
80
80
81
81
- name : Set node version to ${{ matrix.node_version }}
82
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
82
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
83
83
with :
84
84
node-version : ${{ matrix.node_version }}
85
85
cache : ' pnpm'
@@ -104,7 +104,7 @@ jobs:
104
104
name : ' E2E Doc Test: node-20, ubuntu-latest'
105
105
steps :
106
106
- name : Checkout
107
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
107
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
108
108
109
109
- name : Install pnpm
110
110
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
@@ -125,15 +125,15 @@ jobs:
125
125
name : ' Lint: node-20, ubuntu-latest'
126
126
steps :
127
127
- name : Checkout
128
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
128
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
129
129
with :
130
130
fetch-depth : 0
131
131
132
132
- name : Install pnpm
133
133
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
134
134
135
135
- name : Set node version to 20
136
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
136
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
137
137
with :
138
138
node-version : 20
139
139
cache : ' pnpm'
@@ -155,15 +155,15 @@ jobs:
155
155
name : ' TS-Check: node-20, ubuntu-latest'
156
156
steps :
157
157
- name : Checkout
158
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
158
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
159
159
with :
160
160
fetch-depth : 0
161
161
162
162
- name : Install pnpm
163
163
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
164
164
165
165
- name : Set node version to 20
166
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
166
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
167
167
with :
168
168
node-version : 20
169
169
cache : ' pnpm'
@@ -182,15 +182,15 @@ jobs:
182
182
name : ' Codecov: node-20, ubuntu-latest'
183
183
steps :
184
184
- name : Checkout
185
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
185
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
186
186
with :
187
187
fetch-depth : 0
188
188
189
189
- name : Install pnpm
190
190
uses : pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598 # v2.4.0
191
191
192
192
- name : Set node version to 20
193
- uses : actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
193
+ uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
194
194
with :
195
195
node-version : 20
196
196
cache : ' pnpm'
0 commit comments