Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down Expand Up @@ -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
Expand Down