Skip to content

Commit 289f048

Browse files
committedAug 12, 2024
Update actions
1 parent 8e97736 commit 289f048

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎examples/SampleApp/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
164164
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
165165
fastlane-plugin-load_json (0.0.1)
166-
fastlane-plugin-stream_actions (0.3.53)
166+
fastlane-plugin-stream_actions (0.3.54)
167167
xctest_list (= 1.2.1)
168168
ffi (1.17.0)
169169
fourflusher (2.3.1)
@@ -320,7 +320,7 @@ DEPENDENCIES
320320
fastlane
321321
fastlane-plugin-firebase_app_distribution
322322
fastlane-plugin-load_json
323-
fastlane-plugin-stream_actions (= 0.3.53)
323+
fastlane-plugin-stream_actions (= 0.3.54)
324324
rubocop-performance
325325
rubocop-require_tools
326326

‎examples/SampleApp/fastlane/Pluginfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
gem 'fastlane-plugin-firebase_app_distribution'
66
gem 'fastlane-plugin-load_json'
7-
gem 'fastlane-plugin-stream_actions', '0.3.53'
7+
gem 'fastlane-plugin-stream_actions', '0.3.54'

0 commit comments

Comments
 (0)