Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 2 updates (#21)
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 2 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node) and [robherley/go-test-action](https://github.com/robherley/go-test-action).


Updates `actions/setup-node` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.3...v4.0.4)

Updates `robherley/go-test-action` from 0.4.1 to 0.5.0
- [Release notes](https://github.com/robherley/go-test-action/releases)
- [Commits](robherley/go-test-action@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- 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 Sep 23, 2024
1 parent 452e561 commit 9070640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: 1.22
- run: go mod tidy
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: 20
- name: Get changed files
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
go-version: "1.22"
cache: true
- name: Test
uses: robherley/go-test-action@v0.4.1
uses: robherley/go-test-action@v0.5.0

vulncheck:
needs: [test, changed-services]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
go-version: 1.22
- run: go mod tidy
- uses: actions/setup-node@v4.0.3
- uses: actions/setup-node@v4.0.4
with:
node-version: 20
- name: Get changed files
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
go-version: "1.22"
cache: true
- name: Test
uses: robherley/go-test-action@v0.4.1
uses: robherley/go-test-action@v0.5.0

vulncheck:
needs: [test, changed-services]
Expand Down

0 comments on commit 9070640

Please sign in to comment.