diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7edbc93..706b788 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,7 +17,7 @@ jobs: java-version: 17.0.13 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 906f358..1c6890c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -28,7 +28,7 @@ jobs: java-version: 17.0.13 distribution: liberica - name: Cache Maven dependencies - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}