Skip to content

Commit 0913e1d

Browse files
build(swift-org-website): bump swiftorg from cd5a1a3 to 74caef9 (#253)
* build(swift-org-website): bump swiftorg from `cd5a1a3` to `74caef9` Bumps [swiftorg](https://github.com/apple/swift-org-website) from `cd5a1a3` to `74caef9`. - [Commits](swiftlang/swift-org-website@cd5a1a3...74caef9) --- updated-dependencies: - dependency-name: swiftorg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [skip dependabot] wip: update package.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: swiftylab-ci <[email protected]>
1 parent a75eb22 commit 0913e1d

File tree

3 files changed

+38
-39
lines changed

3 files changed

+38
-39
lines changed

dist/index.js

Lines changed: 21 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"license": "MIT",
99
"homepage": "https://github.com/SwiftyLab/setup-swift#readme",
1010
"swiftorg": {
11-
"commit": "cd5a1a3443e1a0d23454d6494ee5e06d84899a6c",
11+
"commit": "74caef941bc8ed6a01b9572ab6149e1d1f8a2d69",
1212
"release": {
13-
"name": "5.9.2",
14-
"tag": "swift-5.9.2-RELEASE",
15-
"xcode": "Xcode 15.1",
13+
"name": "5.10",
14+
"tag": "swift-5.10-RELEASE",
15+
"xcode": "Xcode 15.3",
1616
"xcode_release": true,
17-
"date": "2023-12-11T00:00:00.000Z",
17+
"date": "2024-03-05T00:00:00.000Z",
1818
"platforms": [
1919
{
2020
"name": "Ubuntu 18.04",
@@ -26,7 +26,7 @@
2626
{
2727
"name": "Ubuntu 20.04",
2828
"platform": "Linux",
29-
"docker": "5.9.2-focal",
29+
"docker": "5.10-focal",
3030
"archs": [
3131
"x86_64",
3232
"aarch64"
@@ -35,7 +35,7 @@
3535
{
3636
"name": "Ubuntu 22.04",
3737
"platform": "Linux",
38-
"docker": "5.9.2-jammy",
38+
"docker": "5.10-jammy",
3939
"archs": [
4040
"x86_64",
4141
"aarch64"
@@ -44,15 +44,15 @@
4444
{
4545
"name": "CentOS 7",
4646
"platform": "Linux",
47-
"docker": "5.9.2-centos7",
47+
"docker": "5.10-centos7",
4848
"archs": [
4949
"x86_64"
5050
]
5151
},
5252
{
5353
"name": "Amazon Linux 2",
5454
"platform": "Linux",
55-
"docker": "5.9.2-amazonlinux2",
55+
"docker": "5.10-amazonlinux2",
5656
"archs": [
5757
"x86_64",
5858
"aarch64"
@@ -61,7 +61,7 @@
6161
{
6262
"name": "Red Hat Universal Base Image 9",
6363
"platform": "Linux",
64-
"docker": "5.9.2-rhel-ubi9",
64+
"docker": "5.10-rhel-ubi9",
6565
"dir": "ubi9",
6666
"archs": [
6767
"x86_64",
@@ -71,21 +71,21 @@
7171
{
7272
"name": "Windows 10",
7373
"platform": "Windows",
74-
"docker": "5.9.2-windowsservercore-ltsc2022",
74+
"docker": "5.10-windowsservercore-ltsc2022",
7575
"archs": [
7676
"x86_64"
7777
]
7878
}
7979
]
8080
},
8181
"dev": {
82-
"name": "5.10",
83-
"date": "2023-12-10T16:10:00.000Z",
84-
"tag": "swift-5.10-DEVELOPMENT-SNAPSHOT-2023-12-10-a"
82+
"name": "6.0",
83+
"date": "2024-03-21T16:10:00.000Z",
84+
"tag": "swift-6.0-DEVELOPMENT-SNAPSHOT-2024-03-21-a"
8585
},
8686
"snapshot": {
87-
"date": "2023-12-07T16:10:00.000Z",
88-
"tag": "swift-DEVELOPMENT-SNAPSHOT-2023-12-07-a"
87+
"date": "2024-03-20T16:10:00.000Z",
88+
"tag": "swift-DEVELOPMENT-SNAPSHOT-2024-03-20-a"
8989
}
9090
},
9191
"engines": {

swiftorg

0 commit comments

Comments
 (0)