From b127f545089985bd13fe1c9c0fba29fc1c16f9ae Mon Sep 17 00:00:00 2001 From: Daniel Grigore Date: Wed, 10 Jul 2024 17:04:52 +0300 Subject: [PATCH] chore: update versions --- .github/workflows/maven.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 04dccb3a..800d58a7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,14 +20,13 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: run tests in java 17 - uses: s4u/setup-maven-action@v1.7.0 + uses: s4u/setup-maven-action@v1.14.0 with: java-version: '17' distribution: 'temurin' maven-version: 3.9.4 - cache: maven - name: Show maven version run: mvn --version - name: Build with Maven