Skip to content

Commit e34bfab

Browse files
[CI] Bump fastlane plugin version to avoid PR comments when there are no size changes (#3842)
1 parent 8e7b5d9 commit e34bfab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ GEM
209209
fastlane
210210
pry
211211
fastlane-plugin-sonarcloud_metric_kit (0.2.1)
212-
fastlane-plugin-stream_actions (0.3.100)
212+
fastlane-plugin-stream_actions (0.3.101)
213213
xctest_list (= 1.2.1)
214214
fastlane-plugin-versioning (0.7.1)
215215
fastlane-plugin-xcsize (1.1.0)
@@ -449,7 +449,7 @@ DEPENDENCIES
449449
fastlane-plugin-create_xcframework
450450
fastlane-plugin-lizard
451451
fastlane-plugin-sonarcloud_metric_kit
452-
fastlane-plugin-stream_actions (= 0.3.100)
452+
fastlane-plugin-stream_actions (= 0.3.101)
453453
fastlane-plugin-versioning
454454
fastlane-plugin-xcsize (= 1.1.0)
455455
faye-websocket

fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
gem 'fastlane-plugin-versioning'
66
gem 'fastlane-plugin-create_xcframework'
77
gem 'fastlane-plugin-sonarcloud_metric_kit'
8-
gem 'fastlane-plugin-stream_actions', '0.3.100'
8+
gem 'fastlane-plugin-stream_actions', '0.3.101'
99
gem 'fastlane-plugin-xcsize', '1.1.0'

0 commit comments

Comments
 (0)