From adefb4eec8e962dde89b9668e206a05c87fad8dd Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Date: Sun, 3 Dec 2023 14:31:29 +0100 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 851f8e3..bfddd13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,6 +29,11 @@ jobs: path: ~/.m2/repository key: maven-${{ hashFiles('pom.xml') }} + - name: Maven + uses: stCarolas/setup-maven@v4.5 + with: + maven-version: 3.9.6 + - name: Set JDK uses: actions/setup-java@v3.11.0 with: @@ -73,6 +78,11 @@ jobs: path: ~/.m2/repository key: maven-${{ hashFiles('pom.xml') }} + - name: Maven + uses: stCarolas/setup-maven@v4.5 + with: + maven-version: 3.9.6 + - name: Set JDK uses: actions/setup-java@v3.11.0 with: