Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Download and Apply Patch
run: ./apply-patch.sh "${{ github.event.pull_request.head.sha }}" "${{ github.sha }}" add-sentry-to-homekit

- uses: actions/cache@v3
- uses: actions/cache@v4
name: "Cache: Pods"
id: cache_pods
with:
Expand All @@ -113,7 +113,7 @@ jobs:
${{ runner.os }}-pods-xcode-13.2
${{ hashFiles('**/Gemfile.lock', '**/Podfile.lock', 'Tools/BuildMaterialDesignIconsFont.sh') }}

- uses: actions/cache@v3
- uses: actions/cache@v4
name: "Cache: Gems"
id: cache_gems
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Download and Apply Patch
run: ./apply-patch.sh "${{ github.event.pull_request.head.sha }}" "${{ github.sha }}" add-sentry-to-vlc

- uses: actions/cache@v3
- uses: actions/cache@v4
name: "Cache: Pods"
with:
path: Pods
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profile-data-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: brew install getsentry/tools/sentry-cli
- name: Cache Carthage dependencies
id: trendingmovies-carthage-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./Samples/TrendingMovies/Carthage/Build
key: trendingmovies-carthage-cache-key-${{ hashFiles('Samples/TrendingMovies/Cartfile.resolved') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# xcode-test.sh
- name: Cache for Test Server
if: ${{ matrix.runs-on == 'macos-11'}}
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./test-server/.build
key: ${{ runner.os }}-spm-${{ hashFiles('./test-server/Package.resolved') }}
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache for Test Server
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ./test-server/.build
key: ${{ runner.os }}-spm-${{ hashFiles('./test-server/Package.resolved') }}
Expand Down