65
65
sdk : beta
66
66
67
67
steps :
68
- - uses : actions/checkout@v3
68
+ - uses : actions/checkout@v4
69
69
70
70
- uses : actions/setup-java@v3
71
71
if : ${{ matrix.target == 'android' }}
@@ -161,7 +161,7 @@ jobs:
161
161
run :
162
162
working-directory : ./flutter
163
163
steps :
164
- - uses : actions/checkout@v3
164
+ - uses : actions/checkout@v4
165
165
# https://github.com/CocoaPods/CocoaPods/issues/5275#issuecomment-315461879
166
166
- run : pod lib lint ios/sentry_flutter.podspec --configuration=Debug --skip-import-validation --allow-warnings --verbose
167
167
@@ -172,7 +172,7 @@ jobs:
172
172
run :
173
173
working-directory : ./flutter
174
174
steps :
175
- - uses : actions/checkout@v3
175
+ - uses : actions/checkout@v4
176
176
-
uses :
norio-nomura/action-swiftlint@9f4dcd7fd46b4e75d7935cf2f4df406d5cae3684 # [email protected]
177
177
with :
178
178
args : --strict
@@ -184,7 +184,7 @@ jobs:
184
184
run :
185
185
working-directory : ./flutter
186
186
steps :
187
- - uses : actions/checkout@v3
187
+ - uses : actions/checkout@v4
188
188
189
189
- name : ktlint
190
190
uses :
ScaCap/action-ktlint@2cf245b99bc91f73bc4c96a3d9d57bb5da3533ae # [email protected]
@@ -198,7 +198,7 @@ jobs:
198
198
runs-on : ubuntu-latest
199
199
timeout-minutes : 20
200
200
steps :
201
- - uses : actions/checkout@v3
201
+ - uses : actions/checkout@v4
202
202
# To recreate baseline run: detekt -i flutter/android,flutter/example/android -b flutter/config/detekt-bl.xml -cb
203
203
-
uses :
natiginfo/action-detekt-all@e01de6ff0eef7c24131e8a133bf598cfac6ceeab # [email protected]
204
204
with :
0 commit comments