From dd1ee9adbacaf8ceb9fd577b8db6b2880dbbf4f7 Mon Sep 17 00:00:00 2001 From: Yat Ho Date: Mon, 4 Mar 2024 15:08:58 +0800 Subject: [PATCH] chore: bump `actions/setup-java` Breaking changes: - Bump Node.js runtime to version 20 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 22378832b..c5ad08d5c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -816,7 +816,7 @@ jobs: submodules: recursive - name: Set up JDK 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'temurin'