Skip to content

Commit

Permalink
build(swift-org-website): bump swiftorg from 9ce4db8 to cd5a1a3 (#…
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
dependabot[bot] and swiftylab-ci authored Dec 12, 2023
1 parent 870de44 commit 8484fad
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 37 deletions.
52 changes: 31 additions & 21 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"license": "MIT",
"homepage": "https://github.com/SwiftyLab/setup-swift#readme",
"swiftorg": {
"commit": "9ce4db8fe5776cadf222daab8c69308a93e1c09d",
"commit": "cd5a1a3443e1a0d23454d6494ee5e06d84899a6c",
"release": {
"name": "5.9.1",
"tag": "swift-5.9.1-RELEASE",
"xcode": "Xcode 15",
"xcode_release": false,
"date": "2023-10-19T00:00:00.000Z",
"name": "5.9.2",
"tag": "swift-5.9.2-RELEASE",
"xcode": "Xcode 15.1",
"xcode_release": true,
"date": "2023-12-11T00:00:00.000Z",
"platforms": [
{
"name": "Ubuntu 18.04",
Expand All @@ -26,7 +26,7 @@
{
"name": "Ubuntu 20.04",
"platform": "Linux",
"docker": "5.9.1-focal",
"docker": "5.9.2-focal",
"archs": [
"x86_64",
"aarch64"
Expand All @@ -35,7 +35,7 @@
{
"name": "Ubuntu 22.04",
"platform": "Linux",
"docker": "5.9.1-jammy",
"docker": "5.9.2-jammy",
"archs": [
"x86_64",
"aarch64"
Expand All @@ -44,15 +44,15 @@
{
"name": "CentOS 7",
"platform": "Linux",
"docker": "5.9.1-centos7",
"docker": "5.9.2-centos7",
"archs": [
"x86_64"
]
},
{
"name": "Amazon Linux 2",
"platform": "Linux",
"docker": "5.9.1-amazonlinux2",
"docker": "5.9.2-amazonlinux2",
"archs": [
"x86_64",
"aarch64"
Expand All @@ -61,7 +61,7 @@
{
"name": "Red Hat Universal Base Image 9",
"platform": "Linux",
"docker": "5.9.1-rhel-ubi9",
"docker": "5.9.2-rhel-ubi9",
"dir": "ubi9",
"archs": [
"x86_64",
Expand All @@ -71,6 +71,7 @@
{
"name": "Windows 10",
"platform": "Windows",
"docker": "5.9.2-windowsservercore-ltsc2022",
"archs": [
"x86_64"
]
Expand All @@ -79,12 +80,12 @@
},
"dev": {
"name": "5.10",
"date": "2023-10-26T16:10:00.000Z",
"tag": "swift-5.10-DEVELOPMENT-SNAPSHOT-2023-10-26-a"
"date": "2023-12-10T16:10:00.000Z",
"tag": "swift-5.10-DEVELOPMENT-SNAPSHOT-2023-12-10-a"
},
"snapshot": {
"date": "2023-10-24T16:10:00.000Z",
"tag": "swift-DEVELOPMENT-SNAPSHOT-2023-10-24-a"
"date": "2023-12-07T16:10:00.000Z",
"tag": "swift-DEVELOPMENT-SNAPSHOT-2023-12-07-a"
}
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion swiftorg

0 comments on commit 8484fad

Please sign in to comment.