Skip to content

Commit 4b0d5a4

Browse files
authored
Merge pull request #188 from mashiike/dependabot/github_actions/actions/setup-go-6.1.0
Bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 5bc5d0f + 426c545 commit 4b0d5a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tagpr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
ref: ${{ steps.tagpr.outputs.tag }}
2121
- name: Set up Go
22-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v4
22+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v4
2323
if: ${{ steps.tagpr.outputs.tag != '' }}
2424
with:
2525
go-version: "1.21"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 8000:8000
2929
steps:
3030
- name: Set up Go
31-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v1
31+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v1
3232
with:
3333
go-version: ${{ matrix.go }}
3434
id: go

0 commit comments

Comments
 (0)