From e979888326ed81eedb66a70b7a22cc16bd4db1db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:10:19 +0000 Subject: [PATCH] MAINT: Bump actions/setup-node from 4.0.1 to 4.0.2 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/testrunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testrunner.yaml b/.github/workflows/testrunner.yaml index 0d447bca76..2e03606eeb 100644 --- a/.github/workflows/testrunner.yaml +++ b/.github/workflows/testrunner.yaml @@ -87,7 +87,7 @@ jobs: cache: "pip" cache-dependency-path: | deployment/components/source/*.txt - - uses: actions/setup-node@v4.0.1 # for jshint + - uses: actions/setup-node@v4.0.2 # for jshint with: node-version: "20" - name: setup apt