Skip to content

Commit 5c81749

Browse files
authored
Merge pull request #211 from CycloneDX/dependabot/github_actions/actions/setup-go-5.2.0
2 parents 753526c + 238cbea commit 5c81749

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Checkout Repository
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
3333
- name: Setup Go
34-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
34+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
3535
with:
3636
go-version: "1.22"
3737
check-latest: true
@@ -54,7 +54,7 @@ jobs:
5454
- "1.22"
5555
steps:
5656
- name: Setup Go
57-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
57+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
5858
with:
5959
go-version: ${{ matrix.go }}
6060
check-latest: true

.github/workflows/goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Go
23-
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # tag=v5.1.0
23+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v5.2.0
2424
with:
2525
go-version: "1.22"
2626
check-latest: true

0 commit comments

Comments
 (0)