diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3cce98a..820c157 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@v4.3.0 + uses: &actions-cache actions/cache@v5.0.1 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@v4.3.0 + uses: &actions-cache-restore actions/cache/restore@v5.0.1 with: fail-on-cache-miss: true path: venv