Commit bb432c8
committed
ci: bump checkout pin on lint workflows and drop stale scheme testable
The SwiftLint and SwiftFormat workflows were the only two of 26 still pinned
to actions/checkout v3.5.3, which runs on the deprecated Node 16 runtime.
Bumped both to the v4.1.1 pin the other 24 workflows already use.
Also removed the AmplifyConnectClientIntegrationTests testable from
Amplify-Package.xcscheme. That target does not exist in Package.swift — the
integration tests live in a separate host-app project
(AmplifyClients/AmplifyConnectClient/Tests/ConnectClientHostApp) where the
scheme is named ConnectClientIntegrationTests. This was harmless only because
Amplify-Package is used for `xcodebuild build` and never `test`; it would fail
for anyone invoking the scheme's test action. Verified the scheme is still
valid XML.1 parent 75ac320 commit bb432c8
3 files changed
Lines changed: 2 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | | - | |
906 | | - | |
907 | | - | |
908 | 898 | | |
909 | 899 | | |
910 | 900 | | |
| |||
0 commit comments