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 b77cb4d commit e1a1277Copy full SHA for e1a1277
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/setup-python@v2.3.0
26
- uses: actions/checkout@v2.4.0
27
- - uses: actions/cache@v2.1.6
+ - uses: actions/cache@v2.1.7
28
with:
29
path: ~/.cache/pip
30
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments