diff --git a/.github/workflows/ci-for-example.yaml b/.github/workflows/ci-for-example.yaml index 2e1ac53..cf12792 100644 --- a/.github/workflows/ci-for-example.yaml +++ b/.github/workflows/ci-for-example.yaml @@ -22,7 +22,7 @@ jobs: distribution: temurin java-version: 25 - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/ci-from-template.yaml b/.github/workflows/ci-from-template.yaml index d7dd7ba..58d41c8 100644 --- a/.github/workflows/ci-from-template.yaml +++ b/.github/workflows/ci-from-template.yaml @@ -52,7 +52,7 @@ jobs: distribution: temurin java-version: 25 - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}