Skip to content

Commit 5440d93

Browse files
elliotttJakeChampion
authored andcommitted
Bump compute-actions to v4
1 parent ef5ff0c commit 5440d93

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
with:
2020
node-version: 18
2121
- name: Set up Fastly CLI
22-
uses: fastly/compute-actions/setup@v2
22+
uses: fastly/compute-actions/setup@v4
2323
with:
2424
token: ${{ inputs.github-token }}
2525
cli_version: '4.3.0'

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
node-version: 18
201201

202202
- name: Set up Fastly CLI
203-
uses: fastly/compute-actions/setup@v2
203+
uses: fastly/compute-actions/setup@v4
204204
with:
205205
token: ${{ secrets.GITHUB_TOKEN }}
206206
cli_version: '4.3.0'
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/download-artifact@v3
216216
with:
217217
name: engine-release
218-
218+
219219
- run: yarn
220220

221221
- name: js-compute Integration Tests Job

0 commit comments

Comments
 (0)