Skip to content

Commit

Permalink
Merge pull request #6029 from filecoin-project/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-go-4

chore(deps): bump actions/setup-go from 3 to 4
  • Loading branch information
simlecode authored Jun 20, 2023
2 parents ef0a95d + 53072d3 commit 789cbc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/common_build_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
echo ftp_url = ftp://${{secrets.FTP_HOST}}/${{steps.vars.outputs.repo_name}}/${{steps.vars.outputs.artifact_name}}
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
cache: true
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
echo vars.artifact_name = ${{steps.vars.outputs.artifact_name}}
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.18
cache: true
Expand Down

0 comments on commit 789cbc3

Please sign in to comment.