Skip to content

Commit b181234

Browse files
authored
Merge pull request #70 from conforma/renovate/main-github-actions
Update actions/setup-go action to v6.1.0 (main)
2 parents b0ea8ec + aae71b3 commit b181234

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4747

4848
- name: Set up Go
49-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
49+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252

5353
- name: Set up Go
54-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
54+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5555
with:
5656
go-version: ${{ env.GO_VERSION }}
5757

@@ -112,7 +112,7 @@ jobs:
112112
fetch-depth: 0 # Fetch full history for changelog
113113

114114
- name: Set up Go
115-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
115+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
116116
with:
117117
go-version: ${{ env.GO_VERSION }}
118118

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4545

4646
- name: Set up Go
47-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
47+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4848
with:
4949
go-version: ${{ env.GO_VERSION }}
5050

0 commit comments

Comments
 (0)