diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f9c2fb7..20e738f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: sudo apt-get install -y gettext - name: Cache pip downloads - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-quality-pip-${{ hashFiles('pyproject.toml') }} @@ -215,7 +215,7 @@ jobs: python-version: ${{ matrix.python }} - name: Cache pip downloads - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pip key: ${{ runner.os }}-ubuntu-${{ matrix.ubuntu }}-py${{ matrix.python }}-pip-${{ hashFiles('pyproject.toml') }} @@ -322,7 +322,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache pip downloads - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /root/.cache/pip key: ${{ runner.os }}-debian-${{ matrix.debian }}-py${{ matrix.python }}-pip-${{ hashFiles('pyproject.toml') }}