Skip to content

Commit 8daeeae

Browse files
authored
Merge pull request #37 from ko-build/dependabot/github_actions/all-2cd6e5c246
Bump actions/setup-go from 5.0.2 to 5.1.0 in the all group
2 parents ca57dfe + 9389db1 commit 8daeeae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
11+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
1212
with:
1313
go-version: '1.22'
1414
check-latest: 'true'

.github/workflows/use-action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.platform }}
1919

2020
steps:
21-
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
21+
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
2222
with:
2323
go-version: '1.22'
2424
check-latest: 'true'

0 commit comments

Comments
 (0)