Skip to content

Commit f04078e

Browse files
authored
Merge pull request #378 from crossplane-contrib/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 3688fc4 + 1a6b0eb commit f04078e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
submodules: true
4949

5050
- name: Setup Go
51-
uses: actions/setup-go@v5
51+
uses: actions/setup-go@v6
5252
with:
5353
go-version: ${{ env.GO_VERSION }}
5454

@@ -95,7 +95,7 @@ jobs:
9595
submodules: true
9696

9797
- name: Setup Go
98-
uses: actions/setup-go@v5
98+
uses: actions/setup-go@v6
9999
with:
100100
go-version: ${{ env.GO_VERSION }}
101101

@@ -138,7 +138,7 @@ jobs:
138138
run: git fetch --prune --unshallow
139139

140140
- name: Setup Go
141-
uses: actions/setup-go@v5
141+
uses: actions/setup-go@v6
142142
with:
143143
go-version: ${{ env.GO_VERSION }}
144144

@@ -198,7 +198,7 @@ jobs:
198198
run: git fetch --prune --unshallow
199199

200200
- name: Setup Go
201-
uses: actions/setup-go@v5
201+
uses: actions/setup-go@v6
202202
with:
203203
go-version: ${{ env.GO_VERSION }}
204204

@@ -260,7 +260,7 @@ jobs:
260260
run: git fetch --prune --unshallow
261261

262262
- name: Setup Go
263-
uses: actions/setup-go@v5
263+
uses: actions/setup-go@v6
264264
with:
265265
go-version: ${{ env.GO_VERSION }}
266266

0 commit comments

Comments
 (0)