Skip to content

Commit d9a404b

Browse files
Update actions/cache action to v6
1 parent 635c782 commit d9a404b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
python-version: '3.13'
3939
- name: Cache pip
40-
uses: actions/cache@v5
40+
uses: actions/cache@v6
4141
with:
4242
# This path is specific to Ubuntu
4343
path: ~/.cache/pip

0 commit comments

Comments
 (0)