Skip to content

Commit 3d25111

Browse files
dependabot[bot]per1234
authored andcommitted
build(deps): Bump actions/setup-go from 4 to 5
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 59a3c4f commit 3d25111

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
python-version: '3.11.x'
308308

309309
- name: Install Go
310-
uses: actions/setup-go@v4
310+
uses: actions/setup-go@v5
311311
with:
312312
go-version: ${{ env.GO_VERSION }}
313313

@@ -425,7 +425,7 @@ jobs:
425425
cache: 'yarn'
426426

427427
- name: Install Go
428-
uses: actions/setup-go@v4
428+
uses: actions/setup-go@v5
429429
with:
430430
go-version: ${{ env.GO_VERSION }}
431431

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

+1-1
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@v4
69+
uses: actions/setup-go@v5
7070
with:
7171
go-version: ${{ env.GO_VERSION }}
7272

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

+1-1
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@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ env.GO_VERSION }}
3030

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

+1-1
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@v4
27+
uses: actions/setup-go@v5
2828
with:
2929
go-version: ${{ env.GO_VERSION }}
3030

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

+1-1
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@v4
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: ${{ env.GO_VERSION }}
3232

0 commit comments

Comments
 (0)