Skip to content

Commit b09ae48

Browse files
dependabot[bot]per1234
authored andcommitted
build(deps): Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- 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 2aad0e3 commit b09ae48

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
python-version: '3.x'
7070

7171
- name: Install Go
72-
uses: actions/setup-go@v3
72+
uses: actions/setup-go@v4
7373
with:
7474
go-version: ${{ env.GO_VERSION }}
7575

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
registry-url: 'https://registry.npmjs.org'
3737

3838
- name: Install Go
39-
uses: actions/setup-go@v3
39+
uses: actions/setup-go@v4
4040
with:
4141
go-version: ${{ env.GO_VERSION }}
4242

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install Go
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v4
2727
with:
2828
go-version: ${{ env.GO_VERSION }}
2929

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
registry-url: 'https://registry.npmjs.org'
2424

2525
- name: Install Go
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v4
2727
with:
2828
go-version: ${{ env.GO_VERSION }}
2929

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- name: Install Go
28-
uses: actions/setup-go@v3
28+
uses: actions/setup-go@v4
2929
with:
3030
go-version: ${{ env.GO_VERSION }}
3131

0 commit comments

Comments
 (0)