From 0b915d02327e2770d6fe2331ac8ebdfe8b2d7379 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 6 Mar 2024 11:45:50 +0100 Subject: [PATCH] update to actions/setup-java@v4 --- .github/workflows/maven-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index e3730c2..f70aaba 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -25,7 +25,7 @@ jobs: git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}" - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 11