From 8ae2eb26bd3baf43f3de5d749662d02b07b778af Mon Sep 17 00:00:00 2001 From: atakavci Date: Mon, 10 Mar 2025 10:03:46 +0300 Subject: [PATCH] fix cache version in pipeline --- .github/workflows/core_integration.yml | 2 +- .github/workflows/core_snapshot.yml | 2 +- .github/workflows/entraid_integration.yml | 2 +- .github/workflows/entraid_snapshot.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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