From a34b7deeec971956cc87fde88c4a2b36d32bddc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:23:29 +0000 Subject: [PATCH 1/2] build(deps): bump acifani/setup-tinygo in the gha-dependencies group Bumps the gha-dependencies group with 1 update: [acifani/setup-tinygo](https://github.com/acifani/setup-tinygo). Updates `acifani/setup-tinygo` from 2 to 3 - [Release notes](https://github.com/acifani/setup-tinygo/releases) - [Commits](https://github.com/acifani/setup-tinygo/compare/v2...v3) --- updated-dependencies: - dependency-name: acifani/setup-tinygo dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_test.yml b/.github/workflows/pr_test.yml index 42075f9a4..b2ab77ef1 100644 --- a/.github/workflows/pr_test.yml +++ b/.github/workflows/pr_test.yml @@ -80,7 +80,7 @@ jobs: go-version: ${{ matrix.go-version }} # IMPORTANT: Disable caching to prevent cache restore errors later. cache: false - - uses: acifani/setup-tinygo@v2 + - uses: acifani/setup-tinygo@v3 with: tinygo-version: ${{ matrix.tinygo-version }} - name: "Install Rust" From 86f1fa9ca33c21a3a44904fd3a1b9259e1cfa048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:23:45 +0000 Subject: [PATCH 2/2] docs(CHANGELOG.md): add dependency bump from dependabot --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11165a4fe..e7f86bc6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - build(deps): `golang.org/x/mod` from 0.34.0 to 0.35.0 ([#1726](https://github.com/fastly/cli/pull/1726)) - build(deps): `golang.org/x/net` from 0.52.0 to 0.53.0 ([#1726](https://github.com/fastly/cli/pull/1726)) - build(deps): `golang.org/x/text` from 0.35.0 to 0.36.0 ([#1726](https://github.com/fastly/cli/pull/1726)) +- build(deps): `acifani/setup-tinygo` from 2 to 3 ([#1729](https://github.com/fastly/cli/pull/1729)) ## [v14.3.1](https://github.com/fastly/cli/releases/tag/v14.3.1) (2026-04-13)