Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2.1.6 to 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 24, 2021
1 parent b30f079 commit 1bcb5d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
node-version: 12
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: 12
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand All @@ -70,7 +70,7 @@ jobs:
with:
node-version: 12
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand All @@ -94,7 +94,7 @@ jobs:
with:
node-version: 12
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
node-version: 12
- name: Cache dependencies
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand Down

0 comments on commit 1bcb5d3

Please sign in to comment.