From 476a8ee8b8eda80e31c67ca864febf01fe66ccca Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Sep 2024 14:41:25 +0200 Subject: [PATCH] Bump dependency versions. --- .github/workflows/antora-site.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/antora-site.yml b/.github/workflows/antora-site.yml index df5d71e..cd3d7a3 100644 --- a/.github/workflows/antora-site.yml +++ b/.github/workflows/antora-site.yml @@ -26,7 +26,7 @@ jobs: java-version: '17' distribution: 'temurin' - name: Setup Maven Action - uses: s4u/setup-maven-action@v1.13.0 + uses: s4u/setup-maven-action@v1.14.0 with: java-version: 17 - name: Set up refname build @@ -47,16 +47,17 @@ jobs: package-lock.json key: ${{ runner.os }}-nodejs-${{ hashFiles('pom.xml') }} - name: Cache Maven - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-maven-${{ github.event.inputs.module }} restore-keys: ${{ runner.os }}-maven - name: Cache Antora - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache - key: ${{ runner.os }}-antora-${{ github.event.inputs.module }} + key: ${{ runner.os }}-antora-${{ github.event.inputs.module }}-${{ hashFiles('**/*.yml') }} + restore-keys: ${{ runner.os }}-antora-${{ github.event.inputs.module }} - name: Run Antora run: ./mvnw -B antora -Dspring-data.module=${{ github.event.inputs.module }} # - name: Archive results