Skip to content

Commit e024775

Browse files
committed
Merge branch 'master' into drew/stub-android-platform-color
2 parents 5675a06 + 1938f52 commit e024775

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
ruby_version: '2.6'
13+
ruby_version: '3.0'
1414
xcode_version: 'Xcode_14.2'
1515
java_version: '11'
1616
java_distribution: temurin

.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

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1616

1717
- name: 'Dependency Review'
18-
uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e # v3
18+
uses: actions/dependency-review-action@7d90b4f05fea31dde1c4a1fb3fa787e197ea93ab # v3

0 commit comments

Comments
 (0)