From 2b5cc778550590258ac10ae507a4adef560b20da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:31:29 +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/test-mondoo-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-mondoo-prod.yml b/.github/workflows/test-mondoo-prod.yml index 7a9b164..4ea5f96 100644 --- a/.github/workflows/test-mondoo-prod.yml +++ b/.github/workflows/test-mondoo-prod.yml @@ -49,7 +49,7 @@ jobs: uses: ASzc/change-string-case-action@v6 with: string: ${{ matrix.region }} - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 16 - name: Install dependencies