Skip to content

Commit ea68d98

Browse files
Update build-ngwaf-compute-integration.yaml
1 parent 0c68572 commit ea68d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ngwaf-compute-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
- uses: actions/checkout@v3
99

1010
- name: Set up Fastly CLI
11-
uses: fastly/compute-actions/setup@v8
11+
uses: fastly/compute-actions/setup@latest
1212
with:
13-
cli_version: '10.14.1' # optional, defaults to 'latest'
13+
# cli_version: '10.14.1' # optional, defaults to 'latest'
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515

1616
- name: Build Compute Package
17-
uses: fastly/compute-actions/build@v8
17+
uses: fastly/compute-actions/build@latest
1818
with:
1919
verbose: true # optionally enables verbose output, defaults to false
2020
project_directory: ./ngwaf-compute-integration

0 commit comments

Comments
 (0)