Skip to content

Commit 95f8bb5

Browse files
committed
Update CI cache action for Node 24
1 parent db56945 commit 95f8bb5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221

222222
- name: Cache pip downloads
223223
if: ${{ needs.changes.outputs.tooling == 'true' }}
224-
uses: actions/cache@v4
224+
uses: actions/cache@v5
225225
with:
226226
path: ~/.cache/pip
227227
key: tooling-pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
@@ -262,7 +262,7 @@ jobs:
262262

263263
- name: Cache pip downloads and wheels
264264
if: ${{ needs.changes.outputs.test == 'true' }}
265-
uses: actions/cache@v4
265+
uses: actions/cache@v5
266266
with:
267267
path: ~/.cache/pip
268268
key: test-pip-${{ runner.os }}-py3-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)