Skip to content

Commit d6f2a0b

Browse files
authored
Merge pull request #43 from ko-build/dependabot/github_actions/all-4f79472919
Bump actions/setup-go from 5.2.0 to 5.3.0 in the all group
2 parents d982fec + 16ccb8f commit d6f2a0b

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
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{matrix.runner}}
1515

1616
steps:
17-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
17+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1818
with:
1919
go-version: '1.22'
2020
check-latest: 'true'

.github/workflows/use-action.yaml

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

2121
steps:
22-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
22+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2323
with:
2424
go-version: '1.22'
2525
check-latest: 'true'

0 commit comments

Comments
 (0)