Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit d1bde88

Browse files
committed
fix: fix actions/cache version`
1 parent ea073dd commit d1bde88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make poetry-download
2727

2828
- name: Set up cache
29-
uses: actions/cache@v3.3.2
29+
uses: actions/cache@v4
3030
with:
3131
path: .venv
3232
key: venv-${{ matrix.python-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}

0 commit comments

Comments
 (0)