From 7888e6e365f23d20d0712710ab779848e443693a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 10:11:43 +0000 Subject: [PATCH] chore(ci): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index a4b16bc..7b14f77 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: using: 'composite' steps: - name: Set up Go toolchain - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ${{ inputs.go-version-file != '' && inputs.go-version-file || format('{0}/go.mod', github.action_path) }} cache-dependency-path: ${{ github.action_path }}/go.sum