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.
2 parents 928b0f1 + 7f902bc commit 38a8185Copy full SHA for 38a8185
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Poetry check version
50
run: poetry --version
51
- name: Restore poetry cache
52
- uses: actions/cache@v4.1.0
+ uses: actions/cache@v4.1.1
53
with:
54
path: ~/.cache/pypoetry/virtualenvs
55
key: ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
@@ -58,7 +58,7 @@ jobs:
58
- name: Poetry install dependencies
59
run: poetry install
60
- name: Restore pre-commit cache
61
62
63
path: ~/.cache/pre-commit
64
key: pre-commit-${{ matrix.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
0 commit comments