Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/cache from 2.1.5 to 2.1.6 #15160

Merged
merged 1 commit into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -208,7 +208,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -217,7 +217,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: contains(matrix.app-type, 'gradle')
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand Down Expand Up @@ -126,15 +126,15 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
~/.cache/Cypress/
key: ${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-cache
restore-keys: ${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
Expand Down Expand Up @@ -187,20 +187,20 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
~/.cache/Cypress/
key: ${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-cache
restore-keys: ${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
node-version: ${{ matrix.node_version }}
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/incremental-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -128,7 +128,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -137,7 +137,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: contains(matrix.app-type, 'gradle')
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -119,7 +119,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -128,7 +128,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: matrix.gradle == 1
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -190,7 +190,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -199,7 +199,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: contains(matrix.app-type, 'gradle')
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -188,7 +188,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -197,7 +197,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: contains(matrix.app-type, 'gradle')
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/webflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
run: |
echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
- name: 'SETUP: load npm cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.npm
Expand All @@ -194,7 +194,7 @@ jobs:
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}-
${{ runner.os }}-node-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load maven cache'
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}-${{ hashFiles('generator-jhipster/**/pom.xml.ejs') }}
Expand All @@ -203,7 +203,7 @@ jobs:
${{ runner.os }}-maven-${{ steps.get-date.outputs.date }}
- name: 'SETUP: load gradle cache'
if: contains(matrix.app-type, 'gradle')
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
path: |
~/.gradle/caches
Expand Down