Skip to content

Commit

Permalink
Merge pull request #1205 from kyverno/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5.2.0

build(deps): Bump actions/setup-go from 5.1.0 to 5.2.0
  • Loading branch information
realshuting authored Dec 11, 2024
2 parents 139e49c + 8057859 commit 537a4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ~1.21.1
- name: Test Policy
Expand All @@ -67,7 +67,7 @@ jobs:
# The target branch of a pull request or the branch/tag of a push
ref: ${{ github.base_ref || github.ref_name }}
- name: Set up Go
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version: ~1.21.1
- name: Lint policies
Expand Down

0 comments on commit 537a4a0

Please sign in to comment.