diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d4f7576e..9121e3e2 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@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 with: path: venv key: >- @@ -135,7 +135,7 @@ jobs: - name: Cache PMS Docker image id: docker-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/docker/plexinc key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }} @@ -230,7 +230,7 @@ jobs: - name: Restore Python ${{ steps.python.outputs.python-version }} virtual environment id: cache-venv - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: venv key: >-