Skip to content

Commit 6664db7

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.7...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3111c7 commit 6664db7

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/checkout@v3
2727
- id: cache-npm
28-
uses: actions/cache@v2.1.7
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/setup-python@v3
5050
- uses: actions/checkout@v3
51-
- uses: actions/cache@v2.1.7
51+
- uses: actions/cache@v3
5252
with:
5353
path: ~/.cache/pip
5454
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}

0 commit comments

Comments
 (0)