Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/build-ultraplot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Cache Baseline Figures (Restore step)
- name: Cache Baseline Figures
id: cache-baseline
uses: actions/cache@v4
uses: actions/cache@v5
if: ${{ env.IS_PR }}
with:
path: ./ultraplot/tests/baseline # The directory to cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Restore test map cache
id: restore-map
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
path: .ci/test-map.json
key: test-map-v2-${{ github.event.pull_request.base.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python tools/ci/build_test_map.py --coverage-file .coverage --output .ci/test-map.json --root .

- name: Cache test map
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: .ci/test-map.json
key: test-map-${{ github.sha }}