From 7755885ec4d06da2a026ede59ac09c6a9889e7ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:39:14 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 2.1.7 to 4.1.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 4.1.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.7...v4.1.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/angular.yml | 6 +++--- .github/workflows/cache.yml | 6 +++--- .github/workflows/devserver.yml | 6 +++--- .github/workflows/generator.yml | 2 +- .github/workflows/incremental-changelog.yml | 6 +++--- .github/workflows/jdl.yml | 6 +++--- .github/workflows/lock-maintenance.yml | 2 +- .github/workflows/react.yml | 6 +++--- .github/workflows/vue.yml | 6 +++--- .github/workflows/webflux.yml | 6 +++--- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 0f1b6eb52156..f5ff1bce3293 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -203,7 +203,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -214,7 +214,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -223,7 +223,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-sample, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index 0f647c8ae8b2..4f89e13ceeaf 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ steps.setup.outputs.node-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -58,14 +58,14 @@ jobs: restore-keys: | ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 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@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/devserver.yml b/.github/workflows/devserver.yml index 90094546eb61..ac20d6d3f246 100644 --- a/.github/workflows/devserver.yml +++ b/.github/workflows/devserver.yml @@ -88,7 +88,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -99,7 +99,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -108,7 +108,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-sample, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index 1fba8c4ec65b..bf71a2ecd5c8 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm diff --git a/.github/workflows/incremental-changelog.yml b/.github/workflows/incremental-changelog.yml index 2e8daf6fd40d..6b5941885866 100644 --- a/.github/workflows/incremental-changelog.yml +++ b/.github/workflows/incremental-changelog.yml @@ -93,7 +93,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -104,7 +104,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -113,7 +113,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-type, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/jdl.yml b/.github/workflows/jdl.yml index 9e9c75575db3..3740aaf76d3a 100644 --- a/.github/workflows/jdl.yml +++ b/.github/workflows/jdl.yml @@ -111,7 +111,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 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@v2.1.7 + uses: actions/cache@v4.1.1 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: contains(matrix.suite, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/lock-maintenance.yml b/.github/workflows/lock-maintenance.yml index 8167391e1e16..8c651369e973 100644 --- a/.github/workflows/lock-maintenance.yml +++ b/.github/workflows/lock-maintenance.yml @@ -15,7 +15,7 @@ jobs: node-version: '14' - run: npm install -g npm@latest - uses: actions/checkout@v2.4.0 - - uses: actions/cache@v2.1.7 + - uses: actions/cache@v4.1.1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}- diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index 7bde475e78ca..29a19a166649 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -157,7 +157,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -168,7 +168,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -177,7 +177,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-sample, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/vue.yml b/.github/workflows/vue.yml index 940d7f652a56..3ea6549a767d 100644 --- a/.github/workflows/vue.yml +++ b/.github/workflows/vue.yml @@ -163,7 +163,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -174,7 +174,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -183,7 +183,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-sample, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches diff --git a/.github/workflows/webflux.yml b/.github/workflows/webflux.yml index 5f93c196780a..14986caf24a5 100644 --- a/.github/workflows/webflux.yml +++ b/.github/workflows/webflux.yml @@ -176,7 +176,7 @@ jobs: distribution: 'temurin' java-version: ${{ steps.setup.outputs.java-version }} - name: 'SETUP: load npm cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.npm @@ -187,7 +187,7 @@ jobs: ${{ runner.os }}-node-${{ steps.setup.outputs.date }}- ${{ runner.os }}-node-${{ steps.setup.outputs.date }} - name: 'SETUP: load maven cache' - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }} @@ -196,7 +196,7 @@ jobs: ${{ runner.os }}-maven-${{ steps.setup.outputs.date }} - name: 'SETUP: load gradle cache' if: contains(matrix.app-sample, 'gradle') - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.1.1 with: path: | ~/.gradle/caches