yatatsu/Cocoapods outdated check action
Run `pod outdated` to find outdated pods in your project.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| project_directory | The path to the root of the pods project. | yes | — |
| exclude_pods | The pod group should be ignored. (comma separeted) | no | — |
| podspec | The path to the podspec that you want to check dependencies. | no | — |
Outputs
| name | description |
|---|---|
| has_any_outdated | It will be `true` if any pods have been outdated, or `false`. |
| outdated_pod_info | The original text of outdated pods info. |
| outdated_pod_json | The json structured outdated pods info. |