From 2e6515dbabfa507ad257e9f7346a5abf348aaad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 11:02:19 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .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 9e2fee39c..237e7e023 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: venv key: >- @@ -94,7 +94,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: venv key: >- @@ -135,7 +135,7 @@ jobs: - name: Restore cached PMS Docker image id: docker-cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: ~/.cache/docker/plexinc key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }} @@ -210,7 +210,7 @@ jobs: - name: Save PMS Docker image cache if: always() && steps.docker-cache.outputs.cache-hit != 'true' - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: key: ${{ steps.docker-cache.outputs.cache-primary-key }} path: ~/.cache/docker/plexinc @@ -240,7 +240,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: venv key: >- diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index 2c6e4c11c..dc879be23 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@v4 + uses: actions/cache@v5 with: path: venv key: >-