diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b81f590..18549f1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: &actions-cache actions/cache@v5.0.1 + uses: &actions-cache actions/cache@v5.0.2 with: path: venv key: >- @@ -96,7 +96,7 @@ jobs: - &cache-restore-python-base name: Restore Python virtual environment id: cache-venv - uses: &actions-cache-restore actions/cache/restore@v5.0.1 + uses: &actions-cache-restore actions/cache/restore@v5.0.2 with: fail-on-cache-miss: true path: venv