Skip to content

Commit 3f111e5

Browse files
authored
Merge pull request #10 from gitops-tools/dependabot/github_actions/actions/setup-go-5.0.1
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1
2 parents 1b377f0 + 55f6393 commit 3f111e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2828

2929
- name: Setup
30-
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
30+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
3131
with:
3232
go-version: 1.22.x
3333
cache: true

0 commit comments

Comments
 (0)