diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 0f8b5a106..4ad6ee46e 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -111,7 +111,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm @@ -122,7 +122,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -131,7 +131,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: matrix.workspaces == 'true' || matrix.gradle == 1 || contains(matrix.name, 'gradle') - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 1125ad218..e29984e99 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -58,7 +58,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm @@ -67,14 +67,14 @@ jobs: restore-keys: | ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}${{ github.event.inputs.key }} restore-keys: | ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index e5001ecd3..7c797b430 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -111,7 +111,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm @@ -122,7 +122,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -131,7 +131,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: matrix.workspaces == 'true' || matrix.gradle == 1 || contains(matrix.name, 'gradle') - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/vue.yml b/.github/workflows/vue.yml index 1ab3e593c..c84852385 100644 --- a/.github/workflows/vue.yml +++ b/.github/workflows/vue.yml @@ -111,7 +111,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.npm @@ -122,7 +122,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -131,7 +131,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: matrix.workspaces == 'true' || matrix.gradle == 1 || contains(matrix.name, 'gradle') - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches