From 30c142cc5508796d5c7d0d5995bcef823daf1595 Mon Sep 17 00:00:00 2001 From: Viktor Kuncak Date: Sun, 24 Nov 2024 17:21:25 +0100 Subject: [PATCH] CI: setup-java@v3 -> setup-java@v4 --- .github/workflows/inox-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/inox-CI.yml b/.github/workflows/inox-CI.yml index c3e8ae5b0..8a90864f8 100644 --- a/.github/workflows/inox-CI.yml +++ b/.github/workflows/inox-CI.yml @@ -19,7 +19,7 @@ jobs: with: submodules: recursive - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17