From 401007d6b8f88de8c1b99a96ace2a9a37053171e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:15:10 +0000 Subject: [PATCH] Bump actions/setup-node from 3 to 4 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-tests.yml b/.github/workflows/automatic-tests.yml index 8815df1..0bcda77 100644 --- a/.github/workflows/automatic-tests.yml +++ b/.github/workflows/automatic-tests.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout the code uses: actions/checkout@v4 # https://github.com/actions/checkout - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 # https://github.com/actions/setup-node + uses: actions/setup-node@v4 # https://github.com/actions/setup-node with: node-version: ${{ matrix.node-version }} cache: 'npm'