Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 12, 2021
1 parent 6c5aa30 commit c6a32a7
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
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/[email protected].4
uses: actions/[email protected].5
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit c6a32a7

Please sign in to comment.