Skip to content

Commit 347f71a

Browse files
Bump actions/setup-go from 2 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v2...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 401c3ce commit 347f71a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-ci-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Install go lang
2525
- name: Install go lang 1.17.7
26-
uses: actions/setup-go@v2
26+
uses: actions/setup-go@v4
2727
with:
2828
go-version: "^1.17.7"
2929

.github/workflows/deploy-test-crawler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
# Install go lang
8181
- name: Install go lang 1.17.7
82-
uses: actions/setup-go@v2
82+
uses: actions/setup-go@v4
8383
with:
8484
go-version: "^1.17.7"
8585

0 commit comments

Comments
 (0)