Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3 to 4 (#343)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2023
1 parent 78d8556 commit 17543dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
version: ${{ fromJSON(needs.go-versions.outputs.matrix) }}
steps:
- name: Set up Go ${{ matrix.version }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
id: go
with:
go-version: ${{ matrix.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: go-version

- name: Set up Go ${{ steps.go-version.outputs.latest }}
uses: actions/setup-go@v3
uses: actions/setup-go@v4
id: go
with:
go-version: ${{ steps.go-version.outputs.latest }}
Expand Down

0 comments on commit 17543dc

Please sign in to comment.