Skip to content

Commit 1203a85

Browse files
build(deps): Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3d8f3fa commit 1203a85

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346

347347
- name: Install Go
348348
if: runner.name != 'WINDOWS-SIGN-PC'
349-
uses: actions/setup-go@v5
349+
uses: actions/setup-go@v6
350350
with:
351351
go-version: ${{ env.GO_VERSION }}
352352

@@ -463,7 +463,7 @@ jobs:
463463
cache: 'yarn'
464464

465465
- name: Install Go
466-
uses: actions/setup-go@v5
466+
uses: actions/setup-go@v6
467467
with:
468468
go-version: ${{ env.GO_VERSION }}
469469

.github/workflows/check-i18n-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
cache: 'yarn'
6767

6868
- name: Install Go
69-
uses: actions/setup-go@v5
69+
uses: actions/setup-go@v6
7070
with:
7171
go-version: ${{ env.GO_VERSION }}
7272

.github/workflows/i18n-nightly-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'yarn'
2525

2626
- name: Install Go
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version: ${{ env.GO_VERSION }}
3030

.github/workflows/i18n-weekly-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'yarn'
2525

2626
- name: Install Go
27-
uses: actions/setup-go@v5
27+
uses: actions/setup-go@v6
2828
with:
2929
go-version: ${{ env.GO_VERSION }}
3030

.github/workflows/test-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python-version: '3.11.x'
9898

9999
- name: Install Go
100-
uses: actions/setup-go@v5
100+
uses: actions/setup-go@v6
101101
with:
102102
go-version: ${{ env.GO_VERSION }}
103103

.github/workflows/themes-weekly-pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: 'yarn'
2727

2828
- name: Install Go
29-
uses: actions/setup-go@v5
29+
uses: actions/setup-go@v6
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232

0 commit comments

Comments
 (0)