From e8b3560baed62d612172844800dcb263f2f5aa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:39:01 +0200 Subject: [PATCH] Bump robherley/go-test-action in the github-actions group (#30) Bumps the github-actions group with 1 update: [robherley/go-test-action](https://github.com/robherley/go-test-action). Updates `robherley/go-test-action` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/robherley/go-test-action/releases) - [Commits](https://github.com/robherley/go-test-action/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: robherley/go-test-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5b31dab..6f16e39 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -65,7 +65,7 @@ jobs: go-version: "1.22" cache: true - name: Test - uses: robherley/go-test-action@v0.5.0 + uses: robherley/go-test-action@v0.6.0 vulncheck: needs: [test, changed-services] diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 5d68ad9..a14ef55 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -67,7 +67,7 @@ jobs: go-version: "1.22" cache: true - name: Test - uses: robherley/go-test-action@v0.5.0 + uses: robherley/go-test-action@v0.6.0 vulncheck: needs: [test, changed-services]