Skip to content

Commit

Permalink
Bump autero1/action-gotestsum from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [autero1/action-gotestsum](https://github.com/autero1/action-gotestsum) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/autero1/action-gotestsum/releases)
- [Changelog](https://github.com/autero1/action-gotestsum/blob/master/CHANGELOG.md)
- [Commits](autero1/action-gotestsum@2e48af6...7263b9d)

---
updated-dependencies:
- dependency-name: autero1/action-gotestsum
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 21, 2023
1 parent 56d1deb commit 8d8ba98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-multierror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: ${{ matrix.go-version }}
- uses: autero1/action-gotestsum@2e48af62f5248bd3b014f598cd1aa69a01dd36e3 # v1.0.0
- uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
with:
gotestsum_version: 1.9.0
- run: |
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
go env
- run: git config --global core.autocrlf false
- run: go mod download
- uses: autero1/action-gotestsum@2e48af62f5248bd3b014f598cd1aa69a01dd36e3 # v1.0.0
- uses: autero1/action-gotestsum@7263b9d73912eec65f46337689e59fac865c425f # v2.0.0
with:
gotestsum_version: 1.9.0
- name: Run go tests
Expand Down

0 comments on commit 8d8ba98

Please sign in to comment.