Skip to content

Commit 5d3342b

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4c8306 commit 5d3342b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
with:
1111
python-version: "3.11"
1212
- name: Cache multiple paths
13-
uses: actions/cache@v4
13+
uses: actions/cache@v5
1414
with:
1515
path: |
1616
~/.cache/pip
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
python-version: ${{ matrix.python-version }}
4949
- name: Cache multiple paths
50-
uses: actions/cache@v4
50+
uses: actions/cache@v5
5151
with:
5252
path: |
5353
~/.cache/pip
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
python-version: "3.7"
9090
- name: Cache multiple paths
91-
uses: actions/cache@v4
91+
uses: actions/cache@v5
9292
with:
9393
path: |
9494
~/.cache/pip

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: "3.11"
1818
- name: Cache multiple paths
19-
uses: actions/cache@v4
19+
uses: actions/cache@v5
2020
with:
2121
path: |
2222
~/.cache/pip

0 commit comments

Comments
 (0)