49
49
distribution : ' adopt'
50
50
java-version : ' 17'
51
51
52
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a # pin@v2.20 .0
52
+ - uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21 .0
53
53
with :
54
54
channel : ${{ matrix.sdk }}
55
55
@@ -120,7 +120,7 @@ jobs:
120
120
- name : checkout
121
121
uses : actions/checkout@v4
122
122
123
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a # pin@v2.20 .0
123
+ - uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21 .0
124
124
with :
125
125
channel : ${{ matrix.sdk }}
126
126
@@ -157,7 +157,9 @@ jobs:
157
157
# Should be OK because it will likely be removed after switching to FFI (see https://github.com/getsentry/sentry-dart/issues/1444).
158
158
if : ${{ matrix.target != 'macos' }}
159
159
working-directory : ./flutter/example/${{ matrix.target }}
160
- run : xcodebuild test -workspace Runner.xcworkspace -scheme Runner -configuration Debug -destination "platform=${{ steps.device.outputs.platform }}" -allowProvisioningUpdates CODE_SIGNING_ALLOWED=NO
160
+ run : xcodebuild test -workspace Runner.xcworkspace -scheme Runner -configuration Debug -destination "platform=$DEVICE_PLATFORM" -allowProvisioningUpdates CODE_SIGNING_ALLOWED=NO
161
+ env :
162
+ DEVICE_PLATFORM : ${{ steps.device.outputs.platform }}
161
163
162
164
test-web :
163
165
runs-on : ubuntu-latest
@@ -174,12 +176,12 @@ jobs:
174
176
uses : actions/checkout@v4
175
177
176
178
- name : Install Chrome Browser
177
- uses : browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # pin@v1.7.3
179
+ uses : browser-actions/setup-chrome@b94431e051d1c52dcbe9a7092a4f10f827795416 # pin@v2.1.0
178
180
with :
179
181
chrome-version : stable
180
182
- run : chrome --version
181
183
182
- - uses : subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a # pin@v2.20 .0
184
+ - uses : subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # pin@v2.21 .0
183
185
with :
184
186
channel : ${{ matrix.sdk }}
185
187
0 commit comments