Skip to content

Commit d11fc95

Browse files
chore(deps): bump actions/cache from 4 to 5 in the actions group (#644)
1 parent 794b6d6 commit d11fc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Checkout
6767
uses: actions/checkout@v6
6868
- name: Setup cache
69-
uses: actions/cache@v4
69+
uses: actions/cache@v5
7070
with:
7171
path: ~/.cache/auditwheel_tests
7272
key: python${{ matrix.python }}-${{ matrix.platform[0] }}-${{ hashFiles('**/test_manylinux.py') }}

0 commit comments

Comments
 (0)