Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 4, 2021
1 parent 9fee350 commit 9e08b4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: caching node modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: caching node modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
registry-url: https://registry.npmjs.org/
scope: '@gofunky'
- name: caching node modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
registry-url: https://npm.pkg.github.com
scope: '@gofunky'
- name: caching node modules
uses: actions/cache@v2.1.3
uses: actions/cache@v2.1.4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 9e08b4e

Please sign in to comment.