diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 596f104..ab539c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: hashFiles('requirements.txt', 'requirements_test.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: &actions-cache actions/cache@v5.0.3 + uses: &actions-cache actions/cache@v5.0.4 with: path: venv key: >- @@ -95,7 +95,7 @@ jobs: - &cache-restore-python-base name: Restore Python virtual environment id: cache-venv - uses: &actions-cache-restore actions/cache/restore@v5.0.3 + uses: &actions-cache-restore actions/cache/restore@v5.0.4 with: fail-on-cache-miss: true path: venv