Skip to content

Commit

Permalink
Merge pull request #74 from hashicorp/dependabot/github_actions/auter…
Browse files Browse the repository at this point in the history
…o1/action-gotestsum-2.0.0

Bump autero1/action-gotestsum from 1.0.0 to 2.0.0
  • Loading branch information
alvin-huang committed Sep 25, 2023
2 parents 09fc6ae + 8d8ba98 commit 499391f
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 499391f

Please sign in to comment.