Commit 56c2ad0
authored
Add nightly-6.3 to our PR CI workflow and pin all workflows to a specific tag (#1443)
This modifies our pull request GitHub Actions workflow which is
currently using `nightly-6.2` builds to add `nightly-6.3` as well. This
is possible now that [nightly 6.3 development
snapshots](https://forums.swift.org/t/swift-6-3-nightly-development-snapshots/83621)
are available and swiftlang/github-workflows#206
has added the necessary workflow support logic.
Additionally, this pins all of our workflows which
[use](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsuses)
[swiftlang/github-workflows](https://github.com/swiftlang/github-workflows)
to a specific tag
([`0.0.2`](https://github.com/swiftlang/github-workflows/releases/tag/0.0.2))
instead of `main`. As of
swiftlang/github-workflows#196, this is now the
[recommended
practice](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsuses)
since it helps prevent breakages due to upstream changes in the workflow
definition file.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 3e35be3 commit 56c2ad0
File tree
4 files changed
+7
-7
lines changed- .github/workflows
4 files changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments