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 4ee9049 commit fe9a67dCopy full SHA for fe9a67d
.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.1
+ uses: actions/cache@v4.1.2
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