Skip to content

Commit 12ae75e

Browse files
authored
Merge pull request #301 from fujiwara/dependabot/github_actions/main/actions/setup-go-6.3.0
Bump actions/setup-go from 6.1.0 to 6.3.0
2 parents 549979f + 2a402b2 commit 12ae75e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tagpr-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.event_name != 'workflow_dispatch' }} # skip on workflow_dispatch
3030
# after tagpr adds a release tag, or workflow_dispatch, release it
3131
- name: Set up Go
32-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
32+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
3333
with:
3434
go-version: "1.24"
3535
if: ${{ steps.tagpr.outputs.tag != '' || github.event_name == 'workflow_dispatch' }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
VGW_REGION: us-west-2
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
27+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2828
with:
2929
go-version: ${{ matrix.go }}
3030
id: go

0 commit comments

Comments
 (0)