From e483000ad32440c332dd264816f43fecc47ac07d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:30:17 +0000 Subject: [PATCH] chore(deps): bump acifani/setup-tinygo from 2.0.1 to 3.0.0 Bumps [acifani/setup-tinygo](https://github.com/acifani/setup-tinygo) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/acifani/setup-tinygo/releases) - [Commits](https://github.com/acifani/setup-tinygo/compare/db56321a62b9a67922bb9ac8f9d085e218807bb3...dd8a7075d951a7595b2ef2123ed0ab1af0c13e56) --- updated-dependencies: - dependency-name: acifani/setup-tinygo dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c75d5d1..d79de94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: with: { path: kit } - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: { go-version-file: kit/go.mod } - - uses: acifani/setup-tinygo@db56321a62b9a67922bb9ac8f9d085e218807bb3 # v2.0.1 + - uses: acifani/setup-tinygo@dd8a7075d951a7595b2ef2123ed0ab1af0c13e56 # v3.0.0 with: { tinygo-version: "0.41.1" } # binaryen is intentionally left at the runner's apt candidate: pinning a # literal apt version (binaryen=) hard-fails the install whenever the @@ -155,7 +155,7 @@ jobs: with: { path: kit } - uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0 with: { go-version-file: kit/go.mod } - - uses: acifani/setup-tinygo@db56321a62b9a67922bb9ac8f9d085e218807bb3 # v2.0.1 + - uses: acifani/setup-tinygo@dd8a7075d951a7595b2ef2123ed0ab1af0c13e56 # v3.0.0 with: { tinygo-version: "0.41.1" } # binaryen is intentionally left at the runner's apt candidate: pinning a # literal apt version (binaryen=) hard-fails the install whenever the