Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 2.1.4 to 2.1.5 (#656)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.4...v2.1.5)

---
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>
Co-authored-by: colin axnér <[email protected]>
  • Loading branch information
dependabot[bot] and colin-axner authored Dec 22, 2021
1 parent 25d4544 commit ce4c81e
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].4
- uses: actions/[email protected].5
with:
go-version: 1.17
- 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].4
- uses: actions/[email protected].5
with:
go-version: 1.17
- 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].4
- uses: actions/[email protected].5
with:
go-version: 1.17
- uses: technote-space/get-diff-action@v5
Expand Down

0 comments on commit ce4c81e

Please sign in to comment.