Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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] <support@github.com>
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /