Skip to content

Commit 341bb96

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 023b5d8 commit 341bb96

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: true
3333

3434
- name: Setup Go
35-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
35+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838

@@ -86,7 +86,7 @@ jobs:
8686
submodules: true
8787

8888
- name: Setup Go
89-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
89+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
9090
with:
9191
go-version: ${{ env.GO_VERSION }}
9292

@@ -155,7 +155,7 @@ jobs:
155155
run: git fetch --prune --unshallow
156156

157157
- name: Setup Go
158-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
158+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
159159
with:
160160
go-version: ${{ env.GO_VERSION }}
161161

@@ -214,7 +214,7 @@ jobs:
214214
run: git fetch --prune --unshallow
215215

216216
- name: Setup Go
217-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
217+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
218218
with:
219219
go-version: ${{ env.GO_VERSION }}
220220

@@ -286,7 +286,7 @@ jobs:
286286
run: git fetch --prune --unshallow
287287

288288
- name: Setup Go
289-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
289+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
290290
with:
291291
go-version: ${{ env.GO_VERSION }}
292292

.github/workflows/promote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
submodules: true
3333

3434
- name: Setup Go
35-
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
35+
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838

0 commit comments

Comments
 (0)