From 480a9a5f66857a3b1fd1b46b9254ea6fe2115452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:11:21 +0000 Subject: [PATCH] deps(actions): bump the others group across 1 directory with 2 updates Bumps the others group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 4.1.1 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.1...v4.1.7) Updates `actions/setup-node` from 4.0.1 to 4.0.3 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: others - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: others ... Signed-off-by: dependabot[bot] --- .github/workflows/sub-unit-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sub-unit-tests.yml b/.github/workflows/sub-unit-tests.yml index bff6008..d3584c3 100644 --- a/.github/workflows/sub-unit-tests.yml +++ b/.github/workflows/sub-unit-tests.yml @@ -33,12 +33,12 @@ jobs: steps: - name: Checkout Code Repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.7 - uses: pnpm/action-setup@v4.0.0 - name: Use Node.js ${{ matrix.node }} - uses: actions/setup-node@v4.0.1 + uses: actions/setup-node@v4.0.3 with: node-version: ${{ matrix.node }} cache: pnpm