Skip to content

Commit 8f65e9b

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7196b76 commit 8f65e9b

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].6
28+
uses: actions/[email protected].7
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].6
51+
- uses: actions/[email protected].7
5252
with:
5353
path: ~/.cache/pip
5454
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}

0 commit comments

Comments
 (0)