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 1fdb356 commit 3eccba7Copy full SHA for 3eccba7
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: '14.x'
26
- uses: actions/checkout@v2.3.4
27
- id: cache-npm
28
- uses: actions/cache@v2.1.5
+ uses: actions/cache@v2.1.6
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@v2.2.2
50
51
- - uses: actions/cache@v2.1.5
+ - uses: actions/cache@v2.1.6
52
53
path: ~/.cache/pip
54
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}
0 commit comments