Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.3 to 2.1.4 (#109)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2021
1 parent 3ddb0fe commit ab1643a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.13
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.13
id: go
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Set up Go 1.13
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.13
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
go-version: 1.13.x
- name: Upgrade upx
Expand Down

0 comments on commit ab1643a

Please sign in to comment.