diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd6093ed..e624f3d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.1.2 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}