Skip to content

Commit 07de1e2

Browse files
Bump actions/cache from 3 to 4 (#1346)
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 be9375a commit 07de1e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
3232
id: cache-venv
33-
uses: actions/cache@v3
33+
uses: actions/cache@v4
3434
with:
3535
path: venv
3636
key: >-
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
9696
id: cache-venv
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: venv
100100
key: >-
@@ -135,7 +135,7 @@ jobs:
135135
136136
- name: Cache PMS Docker image
137137
id: docker-cache
138-
uses: actions/cache@v3
138+
uses: actions/cache@v4
139139
with:
140140
path: ~/.cache/docker/plexinc
141141
key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }}
@@ -230,7 +230,7 @@ jobs:
230230

231231
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
232232
id: cache-venv
233-
uses: actions/cache@v3
233+
uses: actions/cache@v4
234234
with:
235235
path: venv
236236
key: >-

0 commit comments

Comments
 (0)