Skip to content

Commit

Permalink
Merge pull request #39 from ko-build/dependabot/github_actions/all-6c…
Browse files Browse the repository at this point in the history
…51e4eaa6

Bump actions/setup-go from 5.1.0 to 5.2.0 in the all group
  • Loading branch information
cpanato authored Dec 11, 2024
2 parents 8daeeae + dc72ba7 commit 8c6791a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.22'
check-latest: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/use-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: '1.22'
check-latest: 'true'
Expand Down

0 comments on commit 8c6791a

Please sign in to comment.