Skip to content

Commit 8c6791a

Browse files
authored
Merge pull request #39 from ko-build/dependabot/github_actions/all-6c51e4eaa6
Bump actions/setup-go from 5.1.0 to 5.2.0 in the all group
2 parents 8daeeae + dc72ba7 commit 8c6791a

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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
11+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
21+
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2222
with:
2323
go-version: '1.22'
2424
check-latest: 'true'

0 commit comments

Comments
 (0)