diff --git a/.github/workflows/core_integration.yml b/.github/workflows/core_integration.yml index 603abc1..b8371a2 100644 --- a/.github/workflows/core_integration.yml +++ b/.github/workflows/core_integration.yml @@ -35,7 +35,7 @@ jobs: java-version: '8' distribution: 'temurin' - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository diff --git a/.github/workflows/core_snapshot.yml b/.github/workflows/core_snapshot.yml index fa44edd..fe9ea72 100644 --- a/.github/workflows/core_snapshot.yml +++ b/.github/workflows/core_snapshot.yml @@ -28,7 +28,7 @@ server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository diff --git a/.github/workflows/entraid_integration.yml b/.github/workflows/entraid_integration.yml index 7e00b6c..076c0bc 100644 --- a/.github/workflows/entraid_integration.yml +++ b/.github/workflows/entraid_integration.yml @@ -34,7 +34,7 @@ jobs: java-version: '8' distribution: 'temurin' - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository diff --git a/.github/workflows/entraid_snapshot.yml b/.github/workflows/entraid_snapshot.yml index aec0f3a..a820ef7 100644 --- a/.github/workflows/entraid_snapshot.yml +++ b/.github/workflows/entraid_snapshot.yml @@ -29,7 +29,7 @@ server-username: MAVEN_USERNAME server-password: MAVEN_PASSWORD - name: Cache dependencies - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: | ~/.m2/repository