4242
4343 - name : Set up ruby
4444 # https://github.com/ruby/setup-ruby
45- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
45+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
4646 with :
4747 bundler-cache : true
4848 working-directory : app/android
6767 run : bundle exec fastlane build
6868
6969 - name : Upload artifact aab
70- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
70+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
7171 with :
7272 path : app/build/app/outputs/bundle/release/app-release.aab
7373 name : release-aab
8585 fetch-depth : 0
8686
8787 - name : Download artifact aab
88- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
88+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
8989 with :
9090 name : release-aab
9191 path : app/android/output
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name : Set up ruby
155155 # https://github.com/ruby/setup-ruby
156- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
156+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
157157 with :
158158 bundler-cache : true
159159 working-directory : app/ios
@@ -207,7 +207,7 @@ jobs:
207207 run : bundle exec fastlane build
208208
209209 - name : Upload artifact ipa
210- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
210+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 .0.0
211211 with :
212212 path : app/ios/Runner.ipa
213213 name : release-ios
@@ -225,7 +225,7 @@ jobs:
225225 fetch-depth : 0
226226
227227 - name : Download artifact ipa
228- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
228+ uses : actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8 .0.0
229229 with :
230230 name : release-ios
231231 path : app/ios/output
0 commit comments