marcoeidinger/swift-package-dependencies-check
Catch up with outdated versions based on your package dependency requirements
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| isMutating | Modify Package.resolved in case of new versions | no | false |
| failWhenOutdated | Action will fail if outdated dependencies were detected. | no | true |
| directory | The path to the directory where you want the swift commands to be run | no | . |
Outputs
| name | description |
|---|---|
| outdatedDependencies | Boolean if any dependency is outdated |
| releaseNotes | Textual result of SwiftPackageIndex/ReleaseNotes. Supplied if input parameter `isMutatingoutdated` was set to true and outdated dependencies were detected during action run. |