Skip to content

Commit ea35225

Browse files
Bump actions/cache from 3 to 4 (#229)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94592b8 commit ea35225

8 files changed

+8
-8
lines changed

.github/workflows/ci-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.10'
1919
- name: Restore stats
20-
uses: actions/cache/restore@v3
20+
uses: actions/cache/restore@v4
2121
with:
2222
key: reviewer-stats-${{ github.run_id }}
2323
restore-keys: |

.github/workflows/pr-stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python make_help_scripts/create_pr_stats.py
4040
shell: bash
4141
- name: Cache stats
42-
uses: actions/cache/save@v3
42+
uses: actions/cache/save@v4
4343
with:
4444
key: reviewer-stats-${{ github.run_id }}
4545
path: ~/reviews

.github/workflows/sphinx-check-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install doxygen and graphviz
3636
run: sudo apt-get install -y doxygen graphviz
3737
- name: Restore stats
38-
uses: actions/cache/restore@v3
38+
uses: actions/cache/restore@v4
3939
with:
4040
key: reviewer-stats-${{ github.run_id }}
4141
restore-keys: |

.github/workflows/sphinx-check-warnings-humble.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install .
3434
shell: bash
3535
- name: Restore stats
36-
uses: actions/cache/restore@v3
36+
uses: actions/cache/restore@v4
3737
with:
3838
key: reviewer-stats-${{ github.run_id }}
3939
restore-keys: |

.github/workflows/sphinx-check-warnings-iron.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install .
3434
shell: bash
3535
- name: Restore stats
36-
uses: actions/cache/restore@v3
36+
uses: actions/cache/restore@v4
3737
with:
3838
key: reviewer-stats-${{ github.run_id }}
3939
restore-keys: |

.github/workflows/sphinx-check-warnings-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
python -m pip install .
2828
shell: bash
2929
- name: Restore stats
30-
uses: actions/cache/restore@v3
30+
uses: actions/cache/restore@v4
3131
with:
3232
key: reviewer-stats-${{ github.run_id }}
3333
restore-keys: |

.github/workflows/sphinx-check-warnings-rolling.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python -m pip install .
3333
shell: bash
3434
- name: Restore stats
35-
uses: actions/cache/restore@v3
35+
uses: actions/cache/restore@v4
3636
with:
3737
key: reviewer-stats-${{ github.run_id }}
3838
restore-keys: |

.github/workflows/sphinx-make-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install doxygen and graphviz
3535
run: sudo apt-get install -y doxygen graphviz
3636
- name: Restore stats
37-
uses: actions/cache/restore@v3
37+
uses: actions/cache/restore@v4
3838
with:
3939
key: reviewer-stats-${{ github.run_id }}
4040
restore-keys: |

0 commit comments

Comments
 (0)