We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1538b0d commit 8ba058cCopy full SHA for 8ba058c
.github/workflows/ci.yml
@@ -18,11 +18,11 @@ jobs:
18
- uses: actions/setup-python@v5
19
with:
20
python-version: "3.12"
21
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
22
id: pip-cache
23
24
path: .venv
25
- key: draftjs_exporter-v3-${{ runner.os }}-py312-${{ hashFiles('**/requirements.txt') }}
+ key: draftjs_exporter-v4-${{ runner.os }}-py312-${{ hashFiles('**/requirements.txt') }}
26
- if: steps.pip-cache.outputs.cache-hit != 'true'
27
run: |
28
python -m venv .venv
0 commit comments