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 10de772 commit c189761Copy full SHA for c189761
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-python@v3
15
- uses: actions/checkout@v3
16
- run: sudo apt install -y gettext aspell libenchant-dev
17
- - uses: actions/cache@v2.1.7
+ - uses: actions/cache@v3
18
with:
19
path: ~/.cache/pip
20
key: ${{ runner.os }}-pip-${{ hashFiles('lint-requirements.txt') }}
@@ -37,7 +37,7 @@ jobs:
37
steps:
38
39
40
41
42
43
0 commit comments