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

Commit 67298a1

Browse files
⬆️ Bump actions/cache from v2 to v2.1.4
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] <support@github.com>
1 parent b62bf54 commit 67298a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
languages: javascript
2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v2.1.4
2323
env:
2424
cache-name: cache-node-modules
2525
with:

.github/workflows/node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: 2.x
2222
- name: Cache node modules
23-
uses: actions/cache@v2
23+
uses: actions/cache@v2.1.4
2424
env:
2525
cache-name: cache-node-modules
2626
with:

0 commit comments

Comments
 (0)