Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit bf77a6a

Browse files
chore(deps): bump actions/cache from v2.1.2 to v2.1.3
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.2...0781355) Signed-off-by: dependabot[bot] <[email protected]>
1 parent b42fa2f commit bf77a6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: open-zwave
2727

2828
- name: Cache openzwave
29-
uses: actions/[email protected].2
29+
uses: actions/[email protected].3
3030
with:
3131
path: open-zwave
3232
key: ${{ hashFiles('open-zwave/.git/refs/heads/master') }}
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Cache node modules
5050
id: cache-node-modules
51-
uses: actions/[email protected].2
51+
uses: actions/[email protected].3
5252
with:
5353
path: node_modules
5454
key: ${{ matrix['node-version'] }}-npm-${{ hashFiles('package-lock.json') }}
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Cache build
6565
id: cache-build
66-
uses: actions/[email protected].2
66+
uses: actions/[email protected].3
6767
with:
6868
path: dist
6969
key: ${{ matrix['node-version'] }}-cache-build-${{ hashFiles('build/*') }}-${{ hashFiles('src/*') }}-${{ hashFiles('static/*') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)