File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
with :
20
20
node-version : 18
21
21
- name : Set up Fastly CLI
22
- uses : fastly/compute-actions/setup@v2
22
+ uses : fastly/compute-actions/setup@v4
23
23
with :
24
24
token : ${{ inputs.github-token }}
25
25
cli_version : ' 4.3.0'
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200
200
node-version : 18
201
201
202
202
- name : Set up Fastly CLI
203
- uses : fastly/compute-actions/setup@v2
203
+ uses : fastly/compute-actions/setup@v4
204
204
with :
205
205
token : ${{ secrets.GITHUB_TOKEN }}
206
206
cli_version : ' 4.3.0'
@@ -215,7 +215,7 @@ jobs:
215
215
uses : actions/download-artifact@v3
216
216
with :
217
217
name : engine-release
218
-
218
+
219
219
- run : yarn
220
220
221
221
- name : js-compute Integration Tests Job
You can’t perform that action at this time.
0 commit comments