Skip to content

Commit 70ed398

Browse files
committed
Update cache action
1 parent be3878a commit 70ed398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Load cached venv
3434
id: cached-poetry-dependencies
35-
uses: actions/cache@v6
35+
uses: actions/cache@v5
3636
with:
3737
path: .venv
3838
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)