From f1d97e55788bf4f27c0bd46bdead8f022d6eba3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 13:22:30 +0200 Subject: [PATCH] build(deps): bump acifani/setup-tinygo from 1 to 2 (#4785) Bumps [acifani/setup-tinygo](https://github.com/acifani/setup-tinygo) from 1 to 2. - [Release notes](https://github.com/acifani/setup-tinygo/releases) - [Commits](https://github.com/acifani/setup-tinygo/compare/v1...v2) --- updated-dependencies: - dependency-name: acifani/setup-tinygo dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-sdk-npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-sdk-npm.yml b/.github/workflows/publish-sdk-npm.yml index f6228b210a..12d9341472 100644 --- a/.github/workflows/publish-sdk-npm.yml +++ b/.github/workflows/publish-sdk-npm.yml @@ -34,7 +34,7 @@ jobs: go-version: "1.20" - name: Install TinyGo - uses: acifani/setup-tinygo@v1 + uses: acifani/setup-tinygo@v2 with: tinygo-version: "0.27.0"