Fix SwiftPM’s existing .exact(...) requirement to match the complete parsed version identifier, including build metadata.
#1371
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Pull Request | |
| on: | |
| pull_request_target: | |
| types: [opened, edited, reopened, labeled, unlabeled, synchronize] | |
| permissions: | |
| issues: read | |
| pull-requests: read | |
| jobs: | |
| check_dependencies: | |
| name: "Check GitHub PR Dependencies" | |
| uses: swiftlang/github-workflows/.github/workflows/github_actions_dependencies.yml@0.0.13 |