Skip to content

Commit ced489a

Browse files
build(deps): bump actions/cache from v2 to v2.1.4 (#902)
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...26968a0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Hroch <[email protected]>
1 parent b865840 commit ced489a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626

2727
- name: 'Cache dependencies'
28-
uses: 'actions/cache@v2'
28+
uses: 'actions/cache@v2.1.4'
2929
with:
3030
path: '**/node_modules'
3131
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: 'actions/checkout@v2'
1414

1515
- name: 'Cache dependencies'
16-
uses: 'actions/cache@v2'
16+
uses: 'actions/cache@v2.1.4'
1717
with:
1818
path: '**/node_modules'
1919
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}

0 commit comments

Comments
 (0)