From 8fab36d23a6165e7ab36e717e4615f8f83b8807a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:08:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 61d2f71..e553dc7 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -27,7 +27,7 @@ jobs: distribution: 'zulu' java-version: 8 - name: Use Node.js 12.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 12.x - name: Prepare repository