Skip to content

Commit bccbcda

Browse files
chore(deps): update actions/cache action to v5
1 parent 85d8e38 commit bccbcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
cache: "pip"
2121

2222
- name: Cache pip dependencies
23-
uses: actions/cache@v4
23+
uses: actions/cache@v5
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt', 'pytest.ini') }}
2727
restore-keys: |
2828
${{ runner.os }}-pip-
2929
3030
- name: Cache pytest cache
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: .pytest_cache
3434
key: ${{ runner.os }}-pytest-${{ github.sha }}

0 commit comments

Comments
 (0)