Skip to content

Commit 3eccba7

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from 2.1.5 to 2.1.6
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]>
1 parent 1fdb356 commit 3eccba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: '14.x'
2626
- uses: actions/[email protected]
2727
- id: cache-npm
28-
uses: actions/[email protected].5
28+
uses: actions/[email protected].6
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/[email protected]
5050
- uses: actions/[email protected]
51-
- uses: actions/[email protected].5
51+
- uses: actions/[email protected].6
5252
with:
5353
path: ~/.cache/pip
5454
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}

0 commit comments

Comments
 (0)