From 24dfad80b3c494c549425c1c7359600811e27113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:53:56 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 6.1.0 to 6.4.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.1.0 to 6.4.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4dc6199c7b1a012772edbd06daecab0f50c9053c...4a3601121dd01d1626a1e23e37211e3254c1c06c) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4ac4044..4b9b07a 100644 --- a/action.yml +++ b/action.yml @@ -38,7 +38,7 @@ runs: run: | echo "::error title=⛔ error hint::only one of API Key, OAuth secret, or OAuth client ID and audience should be specified." exit 1 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 + - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: 1.25.6 cache: false