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.
1 parent 108924f commit fea4cbeCopy full SHA for fea4cbe
README.md
@@ -24,7 +24,7 @@ jobs:
24
runs-on: macos-latest
25
steps:
26
- name: setup-cocoapods
27
- uses: maxim-lobanov/setup-cocoapods@v1.1
+ uses: maxim-lobanov/setup-cocoapods@v1
28
with:
29
version: 1.9.0
30
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
podfile-path: myApp/Podfile.lock
39
```
0 commit comments