Skip to content

Commit

Permalink
bump to fastly/compute-actions v11
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Hanlon <[email protected]>
  • Loading branch information
NeilHanlon committed Feb 5, 2025
1 parent e7fa0dd commit 8936e30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
build/minified/site
- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@v6
uses: fastly/compute-actions/setup@v11
with:
cli_version: 'latest'
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Build Compute Package
if: steps.restore-fastly-cache.outputs.cache-hit != 'true'
uses: fastly/compute-actions/build@v6
uses: fastly/compute-actions/build@v11
with:
verbose: false
project_directory: compute-js
Expand All @@ -104,7 +104,7 @@ jobs:
key: cache-fastly-${{ steps.docs-sha.outputs.DOCS_SHA }}

- name: Deploy Compute Package
uses: fastly/compute-actions/deploy@v6
uses: fastly/compute-actions/deploy@v11
with:
comment: 'Deployed via GitHub Actions'
project_directory: compute-js
Expand Down

0 comments on commit 8936e30

Please sign in to comment.