File tree 6 files changed +14
-7
lines changed
6 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- name : Checkout
50
- uses : actions/checkout@v3
50
+ uses : actions/checkout@v4
51
51
52
52
- name : Download CLI
53
53
shell : pwsh
@@ -109,7 +109,7 @@ jobs:
109
109
runs-on : ubuntu-latest
110
110
steps :
111
111
- name : Checkout
112
- uses : actions/checkout@v3
112
+ uses : actions/checkout@v4
113
113
114
114
- name : Download packages
115
115
uses : actions/download-artifact@v4
@@ -204,7 +204,7 @@ jobs:
204
204
with :
205
205
name : ${{ github.sha }}
206
206
207
- - uses : actions/checkout@v3
207
+ - uses : actions/checkout@v4
208
208
with :
209
209
path : checkout
210
210
Original file line number Diff line number Diff line change 16
16
run :
17
17
shell : bash
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v4
20
20
21
21
- name : Select submodule
22
22
id : env
35
35
- name : Get submodule status
36
36
run : git submodule status --cached ${{ steps.env.outputs.submodule }} | tee submodule-status
37
37
38
- - uses : actions/cache@v3
38
+ - uses : actions/cache@v4
39
39
id : cache
40
40
with :
41
41
path : |
54
54
sudo ./llvm.sh 16
55
55
sudo apt-get install libc++-16-dev libc++abi-16-dev libstdc++-11-dev zlib1g-dev libcurl4-openssl-dev
56
56
57
- - uses : actions/setup-java@v3
57
+ - uses : actions/setup-java@v4
58
58
if : ${{ inputs.target == 'Android' }}
59
59
with :
60
60
distribution : temurin
Original file line number Diff line number Diff line change 21
21
- Bump Cocoa SDK (iOS) from v8.38.0 to v8.39.0 ([ #668 ] ( https://github.com/getsentry/sentry-unreal/pull/668 ) )
22
22
- [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8390 )
23
23
- [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.38.0...8.39.0 )
24
+ - Bump Cocoa SDK (iOS) from v8.40.0-5-gf31a3eff to v8.40.0 ([ #679 ] ( https://github.com/getsentry/sentry-unreal/pull/679 ) )
25
+ - [ changelog] ( https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8400 )
26
+ - [ diff] ( https://github.com/getsentry/sentry-cocoa/compare/8.40.0-5-gf31a3eff...8.40.0 )
24
27
25
28
## 0.20.1
26
29
Original file line number Diff line number Diff line change @@ -302,6 +302,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryRequestOperation.h
302
302
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
303
303
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
304
304
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
305
+ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
305
306
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
306
307
Source/ThirdParty/IOS/Sentry.framework/Sentry
307
308
Source/ThirdParty/Linux/
@@ -377,6 +378,7 @@ Source/ThirdParty/Mac/include/Sentry/SentrySDK.h
377
378
Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
378
379
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
379
380
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
381
+ Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
380
382
Source/ThirdParty/Mac/include/Sentry/SentrySpanContext.h
381
383
Source/ThirdParty/Mac/include/Sentry/SentrySpanId.h
382
384
Source/ThirdParty/Mac/include/Sentry/SentrySpanProtocol.h
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryRequestOperation.h
299
299
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentryScreenFrames.h
300
300
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySDK+Private.h
301
301
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySdkInfo.h
302
+ Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySessionReplayIntegration-Hybrid.h
302
303
Source/ThirdParty/IOS/Sentry.framework/PrivateHeaders/SentrySwift.h
303
304
Source/ThirdParty/IOS/Sentry.framework/Sentry
304
305
Source/ThirdParty/Linux/
@@ -374,6 +375,7 @@ Source/ThirdParty/Mac/include/Sentry/SentrySDK.h
374
375
Source/ThirdParty/Mac/include/Sentry/SentrySDK+Private.h
375
376
Source/ThirdParty/Mac/include/Sentry/SentrySdkInfo.h
376
377
Source/ThirdParty/Mac/include/Sentry/SentrySerializable.h
378
+ Source/ThirdParty/Mac/include/Sentry/SentrySessionReplayIntegration-Hybrid.h
377
379
Source/ThirdParty/Mac/include/Sentry/SentrySpanContext.h
378
380
Source/ThirdParty/Mac/include/Sentry/SentrySpanId.h
379
381
Source/ThirdParty/Mac/include/Sentry/SentrySpanProtocol.h
You can’t perform that action at this time.
0 commit comments