diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18b9471d..5d4d14dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - uses: actions/checkout@v4 - - uses: actions/cache@v4.1.0 + - uses: actions/cache@v4.1.2 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}