From 9070640d21eaf90d87aca04fdb230e514379e3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:45:43 +0300 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates (#21) 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](https://github.com/actions/setup-node/compare/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](https://github.com/robherley/go-test-action/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a23fae3..685073c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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 @@ -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] diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 1a10884..aac6521 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -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 @@ -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]