Skip to content

Commit 0140d7c

Browse files
authored
Merge pull request #54 from deploymenttheory/dependabot/github_actions/actions/setup-go-6.1.0
Bump actions/setup-go from 6.0.0 to 6.1.0
2 parents 496d178 + 8733efd commit 0140d7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: ${{ steps.metadata.outputs.package-ecosystem == 'gomod' }}
6161

6262
- name: Setup Go
63-
uses: actions/setup-go@v6
63+
uses: actions/setup-go@v6.1.0
6464
if: ${{ steps.metadata.outputs.package-ecosystem == 'gomod' }}
6565
with:
6666
go-version: 'stable'

.github/workflows/generate-structs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616

1717
- name: Set up Go
18-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
18+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1919
with:
2020
go-version-file: 'go.mod'
2121

0 commit comments

Comments
 (0)