From b89ceb1da053b10670c080e46c65cc56c7b820af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 20:24:46 +0000 Subject: [PATCH] Update actions/setup-node action to v4 --- .github/actions/nx-affected-target/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/nx-affected-target/action.yaml b/.github/actions/nx-affected-target/action.yaml index 18f114c8..73b87de7 100644 --- a/.github/actions/nx-affected-target/action.yaml +++ b/.github/actions/nx-affected-target/action.yaml @@ -14,7 +14,7 @@ runs: java-version: '21.0.2' distribution: 'graalvm-community' - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20 cache: 'npm'