Skip to content

Commit

Permalink
chore(deps): bump actions/cache from v2.1.3 to v2.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.3...26968a0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2021
1 parent 9bd5c98 commit 5ebf432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Cache node modules
id: cache-node-modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ matrix['node-version'] }}-npm-${{ hashFiles('package-lock.json') }}
Expand All @@ -40,7 +40,7 @@ jobs:

- name: Cache build
id: cache-build
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: dist
key: ${{ matrix['node-version'] }}-cache-build-${{ hashFiles('build/*') }}-${{ hashFiles('src/*') }}-${{ hashFiles('static/*') }}-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 5ebf432

Please sign in to comment.