diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 317f9c7..8095c85 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -25,7 +25,7 @@ jobs: architecture: x64 - name: Handle caching of maven repository 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 5fabab5..45147db 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -18,7 +18,7 @@ jobs: architecture: x64 - name: Handle caching of maven repository 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index e5dc453..fb89caa 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -23,7 +23,7 @@ jobs: architecture: x64 - name: Handle caching of maven repository 💾 - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}