Skip to content

Commit 1938f52

Browse files
authored
Merge pull request #7016 from StoDevX/fix-ruby-take-2
ci: Fix other GitHub Actions workflows with new version of Ruby
2 parents ed9daa5 + 3c26619 commit 1938f52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: '2.6'
43+
ruby-version: '3.0'
4444
bundler-cache: true
4545
- name: Restore Gradle cache
4646
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
@@ -84,7 +84,7 @@ jobs:
8484
cache: npm
8585
- uses: ruby/setup-ruby@v1
8686
with:
87-
ruby-version: '2.6'
87+
ruby-version: '3.0'
8888
bundler-cache: true
8989
- run: sudo xcode-select -s /Applications/Xcode_14.2.app
9090
- run: git fetch --prune --unshallow

.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: '2.6'
33+
ruby-version: '3.0'
3434
bundler-cache: true
3535

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

0 commit comments

Comments
 (0)