diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 58588cf1c..4a1082b84 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 80e43bde9..ccc33f833 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 distribution: "adopt" - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/latest.yml b/.github/workflows/latest.yml index 6a2c8f00b..aa42d4e92 100644 --- a/.github/workflows/latest.yml +++ b/.github/workflows/latest.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93a26f250..4a44f7afa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -51,7 +51,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 04f40d1d5..8e4727b65 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -22,7 +22,7 @@ jobs: java-version: 21 distribution: 'adopt' - name: Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}