We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2778606 + 40cbd6b commit b1a5372Copy full SHA for b1a5372
.github/workflows/build-and-deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
cache: npm
41
- uses: ruby/setup-ruby@v1
42
with:
43
- ruby-version: '3.1'
+ ruby-version: '3.4.7'
44
bundler-cache: true
45
- name: Restore Gradle cache
46
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
- run: sudo xcode-select -s /Applications/Xcode_15.2.app
90
- run: git fetch --prune --unshallow
.github/workflows/cocoapods.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
35
36
0 commit comments