From 59e7aba1eb95cd135d11979e983e6cef037ae813 Mon Sep 17 00:00:00 2001 From: Nicolas Henneaux Date: Fri, 29 Mar 2024 13:34:33 +0100 Subject: [PATCH] Build with Java 22-23ea Jetty 12 and libraries update --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 56e5ac4..1af2a03 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,13 +36,13 @@ jobs: distribution: 'temurin' java-version: ${{ matrix.java }} - name: Cache SonarCloud packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar restore-keys: ${{ runner.os }}-sonar - name: Cache Maven packages - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}