Skip to content

Commit 5142b32

Browse files
Bump actions/cache from 3 to 4 (#319)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4fecb6 commit 5142b32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v3
13+
uses: actions/cache@v4
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@v3
50+
uses: actions/cache@v4
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@v3
91+
uses: actions/cache@v4
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@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: |
2222
~/.cache/pip

0 commit comments

Comments
 (0)