Skip to content

Commit

Permalink
Merge pull request #1254 from sundowndev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-4.0.0

fix(deps): bump actions/setup-go from 3.5.0 to 4.0.0
  • Loading branch information
sundowndev authored Apr 4, 2023
2 parents d2fba40 + e6c972a commit 2863292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: 1.17.8
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: 15.11.x

- name: Set up Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.0.0
with:
go-version: 1.17.8

Expand Down

0 comments on commit 2863292

Please sign in to comment.