Skip to content

Commit f6a8ecb

Browse files
committed
fix: github actions
1 parent eab0499 commit f6a8ecb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/cache@v3
20+
- uses: actions/cache@v4
2121
with:
2222
path: |
2323
.venv
2424
.cache
25-
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
25+
key: ${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
2626

2727
- name: Checkout
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)