Skip to content

Commit

Permalink
chore(deps): bump actions/cache from v2 to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2021
1 parent c0921a4 commit 74d5d9b
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/cache@v2
uses: actions/cache@v2.1.4
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/cache@v2
uses: actions/cache@v2.1.4
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/cache@v2
uses: actions/cache@v2.1.4
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/cache@v2
uses: actions/cache@v2.1.4
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/cache@v2
uses: actions/cache@v2.1.4
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/cache@v2
uses: actions/cache@v2.1.4
with:
key: npm-${{ hashFiles('./package-lock.json') }}
path: ~/.npm
Expand Down

0 comments on commit 74d5d9b

Please sign in to comment.