From 6a07dfefc4b7ee4085dfd6d76e61dcb67bdb8d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 03:03:45 +0000 Subject: [PATCH] Bump autero1/action-gotestsum from 1.0.0 to 2.0.0 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](https://github.com/autero1/action-gotestsum/compare/2e48af62f5248bd3b014f598cd1aa69a01dd36e3...7263b9d73912eec65f46337689e59fac865c425f) --- updated-dependencies: - dependency-name: autero1/action-gotestsum dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index c58fe8a..e31b1b5 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -41,7 +41,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