File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
cd $HOME/keystore
42
42
echo "$JSONVIEWER_JKS_BASE64" | base64 --decode > jsonviewer_keystore.jks
43
43
44
- - name : " [Fastlane] set up ruby (version 2.7.5 )"
44
+ - name : " [Fastlane] set up ruby (version 3.0.0 )"
45
45
uses : ruby/setup-ruby@v1
46
46
with :
47
- ruby-version : 2.7.5
47
+ ruby-version : 3.0.0
48
48
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
49
49
50
50
- name : " [Fastlane] install bundler"
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- name : clone repository
16
16
uses : actions/checkout@v3
17
17
18
- - name : " [Fastlane] set up ruby (version 2.7.5 )"
18
+ - name : " [Fastlane] set up ruby (version 3.0.0 )"
19
19
uses : ruby/setup-ruby@v1
20
20
with :
21
- ruby-version : 2.7.5
21
+ ruby-version : 3.0.0
22
22
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
23
23
24
24
- name : " [Fastlane] install bundler"
You can’t perform that action at this time.
0 commit comments