Skip to content

Commit

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

fix(deps): bump actions/setup-go from 4.0.1 to 4.1.0
  • Loading branch information
sundowndev committed Aug 14, 2023
2 parents 5f3ade6 + e2dfb87 commit db8fd19
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@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: 1.20.6
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: 20.3.1

- name: Set up Go
uses: actions/setup-go@v4.0.1
uses: actions/setup-go@v4.1.0
with:
go-version: 1.20.6

Expand Down

0 comments on commit db8fd19

Please sign in to comment.