From 86a5150efbe313746da91978840ccaaa70972733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:19:00 +0000 Subject: [PATCH] Bump fastly/compute-actions from 13 to 14 Bumps [fastly/compute-actions](https://github.com/fastly/compute-actions) from 13 to 14. - [Release notes](https://github.com/fastly/compute-actions/releases) - [Changelog](https://github.com/fastly/compute-actions/blob/main/RELEASE.md) - [Commits](https://github.com/fastly/compute-actions/compare/v13...v14) --- updated-dependencies: - dependency-name: fastly/compute-actions dependency-version: '14' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e5c254..782a232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,12 +28,12 @@ jobs: run: uvx ruff check . - name: Install Fastly CLI - uses: fastly/compute-actions/setup@v13 + uses: fastly/compute-actions/setup@v14 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Build (using CLI) - uses: fastly/compute-actions/build@v13 + uses: fastly/compute-actions/build@v14 - name: Upload WASM package as an artifact uses: actions/upload-artifact@v7