Skip to content

Commit 4b4cf2d

Browse files
chore(deps): update actions/setup-go digest to 7a3fe6c (#475)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 555585f commit 4b4cf2d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
submodules: true
7575

7676
- name: Setup Go
77-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
77+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
7878
with:
7979
go-version: ${{ env.GO_VERSION }}
8080

@@ -118,7 +118,7 @@ jobs:
118118
submodules: true
119119

120120
- name: Setup Go
121-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
121+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
122122
with:
123123
go-version: ${{ env.GO_VERSION }}
124124

@@ -164,7 +164,7 @@ jobs:
164164
run: git fetch --prune --unshallow
165165

166166
- name: Setup Go
167-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
167+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
168168
with:
169169
go-version: ${{ env.GO_VERSION }}
170170

@@ -213,7 +213,7 @@ jobs:
213213
run: git fetch --prune --unshallow
214214

215215
- name: Setup Go
216-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
216+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
217217
with:
218218
go-version: ${{ env.GO_VERSION }}
219219

@@ -267,7 +267,7 @@ jobs:
267267
run: git fetch --prune --unshallow
268268

269269
- name: Setup Go
270-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
270+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
271271
with:
272272
go-version: ${{ env.GO_VERSION }}
273273

@@ -378,7 +378,7 @@ jobs:
378378
run: git fetch --prune --unshallow
379379

380380
- name: Setup Go
381-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
381+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
382382
with:
383383
go-version: ${{ env.GO_VERSION }}
384384

.github/workflows/quick-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0
5959

6060
- name: Setup Go
61-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
61+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
6262
with:
6363
go-version: ${{ env.GO_VERSION }}
6464

0 commit comments

Comments
 (0)