We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3111c7 commit 6664db7Copy full SHA for 6664db7
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: '14.x'
26
- uses: actions/checkout@v3
27
- id: cache-npm
28
- uses: actions/cache@v2.1.7
+ uses: actions/cache@v3
29
with:
30
path: ~/.npm
31
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/setup-python@v3
50
51
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3
52
53
path: ~/.cache/pip
54
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}
0 commit comments