Skip to content

Commit 34fbe77

Browse files
committed
update cache version
1 parent 9fd4f67 commit 34fbe77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
#----------------------------------------------
6262
- name: Load cached venv
6363
id: cached-poetry-dependencies
64-
uses: actions/cache@v2
64+
uses: actions/cache@v3
6565
with:
6666
path: .venv
6767
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)