Skip to content

Commit acca568

Browse files
Bump actions/cache from 5 to 6 (#1619)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 22fb82e commit acca568

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
4141
id: cache-venv
42-
uses: actions/cache@v5
42+
uses: actions/cache@v6
4343
with:
4444
path: venv
4545
key: >-
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
114114
id: cache-venv
115-
uses: actions/cache@v5
115+
uses: actions/cache@v6
116116
with:
117117
path: venv
118118
key: >-
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Restore cached PMS Docker image
155155
id: docker-cache
156-
uses: actions/cache/restore@v5
156+
uses: actions/cache/restore@v6
157157
with:
158158
path: ~/.cache/docker/plexinc
159159
key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }}
@@ -228,7 +228,7 @@ jobs:
228228

229229
- name: Save PMS Docker image cache
230230
if: always() && steps.docker-cache.outputs.cache-hit != 'true'
231-
uses: actions/cache/save@v5
231+
uses: actions/cache/save@v6
232232
with:
233233
key: ${{ steps.docker-cache.outputs.cache-primary-key }}
234234
path: ~/.cache/docker/plexinc
@@ -267,7 +267,7 @@ jobs:
267267

268268
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
269269
id: cache-venv
270-
uses: actions/cache@v5
270+
uses: actions/cache@v6
271271
with:
272272
path: venv
273273
key: >-

.github/workflows/refresh_token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment
2727
id: cache-venv
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: venv
3131
key: >-

0 commit comments

Comments
 (0)