diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a4687d712..26628971f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: - name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: venv key: >- @@ -89,7 +89,7 @@ jobs: - name: Restore Python ${{ matrix.python-version }} virtual environment id: cache-venv - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: venv key: >- @@ -129,7 +129,7 @@ jobs: - name: Cache PMS Docker image id: docker-cache - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/plexinc key: ${{ runner.os }}-docker-pms-${{ steps.docker-digest.outputs.digest }} @@ -213,7 +213,7 @@ jobs: - name: Restore Python ${{ env.DEFAULT_PYTHON }} virtual environment id: cache-venv - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.1 with: path: venv key: >-