We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7e1256 + bdb58cf commit e983f15Copy full SHA for e983f15
.github/workflows/k3s-versions.yaml
@@ -29,7 +29,7 @@ jobs:
29
# we may need to checkout an existing branch, so need the full history
30
fetch-depth: 0
31
# Setup go to be able to run `go run ./scripts/k3s-version.go`
32
- - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0
+ - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
33
with:
34
go-version-file: go.work
35
- run: ./scripts/k3s-versions.sh
0 commit comments