diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb17646..a92f3dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' cache: maven - name: Cache Maven packages - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/toolforge.yml b/.github/workflows/toolforge.yml index 65b9557..8ce9038 100644 --- a/.github/workflows/toolforge.yml +++ b/.github/workflows/toolforge.yml @@ -29,7 +29,7 @@ jobs: MAVEN_SETTINGS: ${{ secrets.MAVEN_SETTINGS }} run: mkdir -p ~/.m2 && echo "$MAVEN_SETTINGS" >~/.m2/settings.xml - name: Cache local Maven repository - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}