Skip to content

Commit e983f15

Browse files
authored
Merge pull request #10075 from rancher-sandbox/dependabot/github_actions/actions/setup-go-6.4.0
build(deps): bump actions/setup-go from 6.3.0 to 6.4.0
2 parents c7e1256 + bdb58cf commit e983f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/k3s-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# we may need to checkout an existing branch, so need the full history
3030
fetch-depth: 0
3131
# Setup go to be able to run `go run ./scripts/k3s-version.go`
32-
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
32+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3333
with:
3434
go-version-file: go.work
3535
- run: ./scripts/k3s-versions.sh

0 commit comments

Comments
 (0)