Skip to content

Commit 8484fad

Browse files
build(swift-org-website): bump swiftorg from 9ce4db8 to cd5a1a3 (#164)
* build(swift-org-website): bump swiftorg from `9ce4db8` to `cd5a1a3` Bumps [swiftorg](https://github.com/apple/swift-org-website) from `9ce4db8` to `cd5a1a3`. - [Commits](swiftlang/swift-org-website@9ce4db8...cd5a1a3) --- updated-dependencies: - dependency-name: swiftorg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * [skip dependabot] wip: update package.json --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: swiftylab-ci <swiftylab.bot@gmail.com>
1 parent 870de44 commit 8484fad

File tree

3 files changed

+48
-37
lines changed

3 files changed

+48
-37
lines changed

dist/index.js

Lines changed: 31 additions & 21 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 & 15 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": "9ce4db8fe5776cadf222daab8c69308a93e1c09d",
11+
"commit": "cd5a1a3443e1a0d23454d6494ee5e06d84899a6c",
1212
"release": {
13-
"name": "5.9.1",
14-
"tag": "swift-5.9.1-RELEASE",
15-
"xcode": "Xcode 15",
16-
"xcode_release": false,
17-
"date": "2023-10-19T00:00:00.000Z",
13+
"name": "5.9.2",
14+
"tag": "swift-5.9.2-RELEASE",
15+
"xcode": "Xcode 15.1",
16+
"xcode_release": true,
17+
"date": "2023-12-11T00: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.1-focal",
29+
"docker": "5.9.2-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.1-jammy",
38+
"docker": "5.9.2-jammy",
3939
"archs": [
4040
"x86_64",
4141
"aarch64"
@@ -44,15 +44,15 @@
4444
{
4545
"name": "CentOS 7",
4646
"platform": "Linux",
47-
"docker": "5.9.1-centos7",
47+
"docker": "5.9.2-centos7",
4848
"archs": [
4949
"x86_64"
5050
]
5151
},
5252
{
5353
"name": "Amazon Linux 2",
5454
"platform": "Linux",
55-
"docker": "5.9.1-amazonlinux2",
55+
"docker": "5.9.2-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.1-rhel-ubi9",
64+
"docker": "5.9.2-rhel-ubi9",
6565
"dir": "ubi9",
6666
"archs": [
6767
"x86_64",
@@ -71,6 +71,7 @@
7171
{
7272
"name": "Windows 10",
7373
"platform": "Windows",
74+
"docker": "5.9.2-windowsservercore-ltsc2022",
7475
"archs": [
7576
"x86_64"
7677
]
@@ -79,12 +80,12 @@
7980
},
8081
"dev": {
8182
"name": "5.10",
82-
"date": "2023-10-26T16:10:00.000Z",
83-
"tag": "swift-5.10-DEVELOPMENT-SNAPSHOT-2023-10-26-a"
83+
"date": "2023-12-10T16:10:00.000Z",
84+
"tag": "swift-5.10-DEVELOPMENT-SNAPSHOT-2023-12-10-a"
8485
},
8586
"snapshot": {
86-
"date": "2023-10-24T16:10:00.000Z",
87-
"tag": "swift-DEVELOPMENT-SNAPSHOT-2023-10-24-a"
87+
"date": "2023-12-07T16:10:00.000Z",
88+
"tag": "swift-DEVELOPMENT-SNAPSHOT-2023-12-07-a"
8889
}
8990
},
9091
"engines": {

swiftorg

0 commit comments

Comments
 (0)