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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # v1.269.0
with:
bundler-cache: true
- uses: actions/cache@v4
- uses: actions/cache@v5
id: app-plain-cache
with:
path: Tests/Perf/test-app-plain.ipa
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v6
- name: Cache for Test Server
id: cache_test_server
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ./test-server/.build
key: test-server-${{ hashFiles('./test-server') }}-universal
Expand Down
Loading