Skip to content

Commit 0d0f1bf

Browse files
Jake ChampionJakeChampion
authored andcommitted
use latest fastly cli
1 parent 897b8f2 commit 0d0f1bf

File tree

3 files changed

+3
-3
lines changed

3 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
@@ -22,7 +22,7 @@ runs:
2222
uses: fastly/compute-actions/setup@v4
2323
with:
2424
token: ${{ inputs.github-token }}
25-
cli_version: '4.3.0'
25+
cli_version: '7.0.0'
2626
- name: Download Engine
2727
uses: actions/download-artifact@v3
2828
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
uses: fastly/compute-actions/setup@v4
215215
with:
216216
token: ${{ secrets.GITHUB_TOKEN }}
217-
cli_version: '5.0.0'
217+
cli_version: '7.0.0'
218218

219219
- name: Restore Viceroy from cache
220220
uses: actions/cache@v3

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
uses: fastly/compute-actions/setup@v2
144144
with:
145145
token: ${{ secrets.GITHUB_TOKEN }}
146-
cli_version: '5.0.0'
146+
cli_version: '7.0.0'
147147

148148
- run: yarn deploy
149149
env:

0 commit comments

Comments
 (0)