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 66d0cd5 commit c351218Copy full SHA for c351218
.github/workflows/lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Load cached venv
32
id: cached-poetry-dependencies
33
- uses: actions/cache@v3
+ uses: actions/cache@v4
34
with:
35
path: .venv
36
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments