diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 52be876..d2fe40d 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -31,7 +31,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.PIP_CACHE_DIR }} key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 5a60487..a9c3c46 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.PIP_CACHE_DIR }} key: docs-ubuntu-latest-pip-3.11-${{ hashFiles('pyproject.toml') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a11dcf1..fb1c1de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Use pip cache id: pip-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.PIP_CACHE_DIR }} key: tests-${{ matrix.os }}-pip-${{ matrix.python }}-${{ hashFiles('pyproject.toml') }}