Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.3 to 2.1.4 (#349)
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 26, 2021
1 parent 662f4dd commit 950b92d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
install-tparse:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.15
- name: Display go version
Expand All @@ -38,7 +38,7 @@ jobs:
go-arch: ["amd64", "arm", "arm64"]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
part: ["00", "01", "02", "03"]
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v5
Expand Down

0 comments on commit 950b92d

Please sign in to comment.