From 1f75dc7f97c9e9a55e4787a533617c83e100ea40 Mon Sep 17 00:00:00 2001 From: Stefan Seifert Date: Wed, 6 Mar 2024 11:48:14 +0100 Subject: [PATCH] update to actions/setup-java@v4 --- .github/workflows/maven-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index b77b6c6..c02af5d 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -23,10 +23,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: ${{ matrix.distribution }} java-version: ${{ matrix.java }}