We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab0499 commit f6a8ecbCopy full SHA for f6a8ecb
1 file changed
.github/workflows/test.yml
@@ -17,12 +17,12 @@ jobs:
17
runs-on: ubuntu-latest
18
19
steps:
20
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
21
with:
22
path: |
23
.venv
24
.cache
25
- key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
+ key: ${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
26
27
- name: Checkout
28
uses: actions/checkout@v4
0 commit comments