Skip to content

Commit 76c6761

Browse files
committed
[CI] Update Ruby gems
1 parent 20d920b commit 76c6761

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
- uses: ./.github/actions/bootstrap
5656
env:
5757
INSTALL_INTERFACE_ANALYZER: true
58-
- run: bundle exec fastlane validate_public_interface
5958
- run: bundle exec fastlane lint_pr
6059
- run: bundle exec fastlane rubocop
6160
- run: bundle exec fastlane run_swift_format strict:true
61+
- run: bundle exec fastlane validate_public_interface
6262
- run: bundle exec fastlane pod_lint
6363
if: startsWith(github.event.pull_request.head.ref, 'release/')
6464

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ GEM
207207
fastlane
208208
pry
209209
fastlane-plugin-sonarcloud_metric_kit (0.2.1)
210-
fastlane-plugin-stream_actions (0.3.84)
210+
fastlane-plugin-stream_actions (0.3.90)
211211
xctest_list (= 1.2.1)
212212
fastlane-plugin-versioning (0.7.1)
213213
fastlane-sirp (1.0.0)
@@ -422,7 +422,7 @@ DEPENDENCIES
422422
fastlane-plugin-create_xcframework
423423
fastlane-plugin-lizard
424424
fastlane-plugin-sonarcloud_metric_kit
425-
fastlane-plugin-stream_actions (= 0.3.84)
425+
fastlane-plugin-stream_actions (= 0.3.90)
426426
fastlane-plugin-versioning
427427
json
428428
lefthook

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
gem 'fastlane-plugin-versioning'
66
gem 'fastlane-plugin-sonarcloud_metric_kit'
77
gem 'fastlane-plugin-create_xcframework'
8-
gem 'fastlane-plugin-stream_actions', '0.3.84'
8+
gem 'fastlane-plugin-stream_actions', '0.3.90'

0 commit comments

Comments
 (0)