Skip to content

Commit 61ec83b

Browse files
Bump actions/cache from 2.1.5 to 2.1.6 (#62)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0afb360 commit 61ec83b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
node-version: 15.14.0
1313
- uses: actions/checkout@master
14-
- uses: actions/[email protected].5
14+
- uses: actions/[email protected].6
1515
id: save-deps
1616
with:
1717
path: "**/node_modules"
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: 15.14.0
3232
- uses: actions/checkout@master
33-
- uses: actions/[email protected].5
33+
- uses: actions/[email protected].6
3434
id: save-deps
3535
with:
3636
path: "**/node_modules"
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
node-version: 15.14.0
5353
- uses: actions/checkout@master
54-
- uses: actions/[email protected].5
54+
- uses: actions/[email protected].6
5555
id: save-deps
5656
with:
5757
path: "**/node_modules"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 15.14.0
1616
- uses: actions/checkout@master
17-
- uses: actions/[email protected].5
17+
- uses: actions/[email protected].6
1818
id: save-deps
1919
with:
2020
path: "**/node_modules"

0 commit comments

Comments
 (0)