From b956d1c1cadf24377cb8c8f092ee1bc92da45ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 05:03:12 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 6.3.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.3.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4b73464bb391d4059bd26b0524d20df3927bd417...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/allstar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/allstar.yml b/.github/workflows/allstar.yml index c9b8563..d9c2c01 100644 --- a/.github/workflows/allstar.yml +++ b/.github/workflows/allstar.yml @@ -29,7 +29,7 @@ jobs: ref: main persist-credentials: false - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: go-version-file: go.mod - name: Build Allstar