Skip to content

Commit

Permalink
Bump robherley/go-test-action in the github-actions group (#30)
Browse files Browse the repository at this point in the history
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](robherley/go-test-action@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent b98783c commit e8b3560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e8b3560

Please sign in to comment.