Skip to content

Commit 40ce10b

Browse files
authored
Merge pull request #282 from maxspahn/ft-update-actions
Updates cache action to v4
2 parents 4ebdb36 + a8f1c67 commit 40ce10b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
#----------------------------------------------
4040
- name: Load cached venv
4141
id: cached-poetry-dependencies
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: .venv
4545
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)