Skip to content

Commit 07de966

Browse files
Merge pull request #1800 from metal3-io/dependabot/github_actions/actions/setup-go-5.0.1
🌱 Bump actions/setup-go from 5.0.0 to 5.0.1
2 parents 714a3fb + 3bb3cf0 commit 07de966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-fixture-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
1919

2020
- name: Set up Go
21-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2222
with:
2323
go-version: ${{ steps.vars.outputs.go_version }}
2424

0 commit comments

Comments
 (0)