Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
# NOTE: using Ubuntu runner, rather than a `container-forge` image, since it's much faster for cache hits
steps:
- uses: actions/cache@v4
- uses: actions/cache@v5
id: cache
with:
key: test_data # fixed key will always hit; clear cache to trigger cache miss
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
path: iguana_src
### get test data
- name: get test data
uses: actions/cache/restore@v4
uses: actions/cache/restore@v5
with:
key: test_data
path: test_data.hipo
Expand Down