Skip to content

Commit 8ba058c

Browse files
committed
Upgrade actions/cache
1 parent 1538b0d commit 8ba058c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- uses: actions/setup-python@v5
1919
with:
2020
python-version: "3.12"
21-
- uses: actions/cache@v3
21+
- uses: actions/cache@v4
2222
id: pip-cache
2323
with:
2424
path: .venv
25-
key: draftjs_exporter-v3-${{ runner.os }}-py312-${{ hashFiles('**/requirements.txt') }}
25+
key: draftjs_exporter-v4-${{ runner.os }}-py312-${{ hashFiles('**/requirements.txt') }}
2626
- if: steps.pip-cache.outputs.cache-hit != 'true'
2727
run: |
2828
python -m venv .venv

0 commit comments

Comments
 (0)