Skip to content

Commit 5220d8c

Browse files
authored
Merge pull request #25 from ko-build/dependabot/github_actions/all-b23e0286c6
2 parents d847f8f + 8020886 commit 5220d8c

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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
11+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
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@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21+
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2222
with:
2323
go-version: '1.22'
2424
check-latest: 'true'

0 commit comments

Comments
 (0)