Skip to content

Commit ad599d6

Browse files
committed
bump ruby version to 3.1
1 parent fd37fca commit ad599d6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cache: npm
4141
- uses: ruby/setup-ruby@v1
4242
with:
43-
ruby-version: '3.0'
43+
ruby-version: '3.1'
4444
bundler-cache: true
4545
- name: Restore Gradle cache
4646
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
@@ -84,7 +84,7 @@ jobs:
8484
cache: npm
8585
- uses: ruby/setup-ruby@v1
8686
with:
87-
ruby-version: '3.0'
87+
ruby-version: '3.1'
8888
bundler-cache: true
8989
- run: sudo xcode-select -s /Applications/Xcode_15.2.app
9090
- run: git fetch --prune --unshallow

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
ruby_version: '3.0'
14+
ruby-version: '3.1'
1515
xcode_version: 'Xcode_15.2'
1616
java_version: '11'
1717
java_distribution: temurin
@@ -89,7 +89,7 @@ jobs:
8989

9090
- uses: ruby/setup-ruby@v1
9191
with:
92-
ruby-version: ${{ env.ruby_version }}
92+
ruby-version: ${{ env.ruby-version }}
9393
bundler-cache: true
9494

9595
cache-cocoapods:
@@ -111,7 +111,7 @@ jobs:
111111
id: cocoapods-cache
112112
with:
113113
path: ios/Pods
114-
key: ${{ runner.os }}-cocoapods-ruby@${{ env.ruby_version }}-xcode@${{ env.xcode_version }}-${{ hashFiles('**/Podfile', '**/Podfile.lock', 'package-lock.json', '.github/job.yml') }}
114+
key: ${{ runner.os }}-cocoapods-ruby@${{ env.ruby-version }}-xcode@${{ env.xcode_version }}-${{ hashFiles('**/Podfile', '**/Podfile.lock', 'package-lock.json', '.github/job.yml') }}
115115

116116
- if: steps.cocoapods-cache.outputs.cache-hit != 'true'
117117
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
@@ -123,7 +123,7 @@ jobs:
123123
env:
124124
BUNDLE_FROZEN: "true"
125125
with:
126-
ruby-version: ${{ env.ruby_version }}
126+
ruby-version: ${{ env.ruby-version }}
127127
bundler-cache: true
128128

129129
- name: Restore node_modules cache
@@ -471,7 +471,7 @@ jobs:
471471
env:
472472
BUNDLE_FROZEN: "true"
473473
with:
474-
ruby-version: ${{ env.ruby_version }}
474+
ruby-version: ${{ env.ruby-version }}
475475
bundler-cache: true
476476

477477
- name: Restore Cocoapods cache

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: ruby/setup-ruby@v1
3232
with:
33-
ruby-version: '3.0'
33+
ruby-version: '3.1'
3434
bundler-cache: true
3535

3636
- run: sudo xcode-select -s /Applications/Xcode_15.2.app

0 commit comments

Comments
 (0)