Skip to content

Commit

Permalink
Merge pull request #423 from onflow/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-4

Bump actions/setup-go from 3 to 4
  • Loading branch information
sideninja authored Jul 27, 2023
2 parents b31e368 + 6c56828 commit 700b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ env.GO_VERSION }}
cache: true
Expand Down

0 comments on commit 700b2b7

Please sign in to comment.