Skip to content

Commit c5047ab

Browse files
chore(deps): update actions/cache action to v5
1 parent 3cd740e commit c5047ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/run-examples/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
with:
5555
python-version: ${{ inputs.python-version }}
5656
- name: Cache pip
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
# This path is specific to Ubuntu
6060
path: ${{ env.pythonLocation }}

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Cache pip
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
# This path is specific to Ubuntu
3030
path: ${{ env.pythonLocation }}

0 commit comments

Comments
 (0)