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.
2 parents 4ebdb36 + a8f1c67 commit 40ce10bCopy full SHA for 40ce10b
.github/workflows/unitTest.yml
@@ -39,7 +39,7 @@ jobs:
39
#----------------------------------------------
40
- name: Load cached venv
41
id: cached-poetry-dependencies
42
- uses: actions/cache@v2
+ uses: actions/cache@v4
43
with:
44
path: .venv
45
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments