Skip to content

Commit cffdb38

Browse files
authored
Merge pull request #1075 from filecoin-project/dependabot/github_actions/actions/setup-go-4
Bump actions/setup-go from 2 to 4
2 parents eb24410 + 347f71a commit cffdb38

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)