Skip to content

Commit e8b25f0

Browse files
ci(tools): update actions/setup-go digest to 4dc6199 (#201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbd1d05 commit e8b25f0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
aws-region: eu-central-1
3131

3232
- name: Setup golang
33-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
33+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3434
with:
3535
go-version-file: go.mod
3636

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2424

2525
- name: Setup golang
26-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
26+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2727
with:
2828
go-version-file: go.mod
2929

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Setup golang
37-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
37+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
3838
with:
3939
go-version-file: go.mod
4040

0 commit comments

Comments
 (0)