From 5c545cc68921e3c1d5b7a36018dbbcec21ce6fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:02:32 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 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](https://github.com/actions/cache/compare/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] --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/refresh_token.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ffa87f48f..a744fb9b2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: venv key: >- @@ -112,7 +112,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: venv key: >- @@ -153,7 +153,7 @@ jobs: - name: Restore cached PMS Docker image id: docker-cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: ~/.cache/docker/plexinc key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }} @@ -228,7 +228,7 @@ jobs: - name: Save PMS Docker image cache if: always() && steps.docker-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: key: ${{ steps.docker-cache.outputs.cache-primary-key }} path: ~/.cache/docker/plexinc @@ -267,7 +267,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: venv key: >- diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index 67e30327e..8cb1830c6 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/refresh_token.yml @@ -25,7 +25,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: venv key: >-