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 9fa5115 commit cb898e5Copy full SHA for cb898e5
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
python-version: "3.12"
14
- name: Install poetry
15
run: pipx install poetry
16
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
17
with:
18
path: .venv
19
key: poetry-${{ steps.setup-python.outputs.python-version}}-${{ hashFiles('poetry.lock') }}
@@ -32,7 +32,7 @@ jobs:
32
run: sudo apt-get install -y pandoc
33
34
35
36
37
38
0 commit comments