diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 740efc2..43e5240 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -35,7 +35,7 @@ jobs: cache: 'maven' - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 446786b..d99d783 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' cache: 'maven' - name: Cache Maven dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.m2/repository