Skip to content
Closed
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 @@ -55,7 +55,7 @@ jobs:
# Cache the resolved SwiftPM checkouts + Tuist cache so every run doesn't re-fetch/re-resolve
# dependencies. Keyed on the manifests, so a dependency change invalidates it cleanly.
- name: Cache SPM & Tuist
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
Derived/SourcePackages
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install tools
run: brew install just
- name: Cache SPM & Tuist
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
Derived/SourcePackages
Expand Down
Loading