From 8ffe309dd2327f396d9f969371c554381bb66ba9 Mon Sep 17 00:00:00 2001 From: Zongle Wang Date: Thu, 8 Aug 2024 01:08:02 -0400 Subject: [PATCH] Use actions/setup-node@v4 (#935) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 593964c7..5c4b404c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - uses: gradle/actions/setup-gradle@v4 with: cache-read-only: true - - uses: actions/setup-node + - uses: actions/setup-node@v4 with: # Due to some limitations of https://github.com/node-gradle/gradle-node-plugin. node-version: '16'