Skip to content

Commit 6a1d248

Browse files
committed
chore(deps): update actions/cache action to v2.1.5
1 parent 9e08b4e commit 6a1d248

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- name: caching node modules
30-
uses: actions/[email protected].4
30+
uses: actions/[email protected].5
3131
with:
3232
path: node_modules
3333
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: caching node modules
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].5
2727
with:
2828
path: node_modules
2929
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
@@ -68,7 +68,7 @@ jobs:
6868
registry-url: https://registry.npmjs.org/
6969
scope: '@gofunky'
7070
- name: caching node modules
71-
uses: actions/[email protected].4
71+
uses: actions/[email protected].5
7272
with:
7373
path: node_modules
7474
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
@@ -105,7 +105,7 @@ jobs:
105105
registry-url: https://npm.pkg.github.com
106106
scope: '@gofunky'
107107
- name: caching node modules
108-
uses: actions/[email protected].4
108+
uses: actions/[email protected].5
109109
with:
110110
path: node_modules
111111
key: ${{ runner.OS }}-build-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)