Skip to content

Commit 60bcac3

Browse files
authored
Merge pull request #13 from tayloraswift/update-dependencies
update dependencies
2 parents 83390e2 + f8b4afb commit 60bcac3

9 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@ jobs:
1212
name: Ubuntu 24.04
1313

1414
steps:
15-
- name: Install Swift
16-
uses: tayloraswift/swift-install-action@master
15+
- name: 🤍 Install Swift 🤍
16+
uses: rarestype/swift-install-action@master
1717
with:
1818
swift-prefix: "swift-6.2.4-release/ubuntu2404/swift-6.2.4-RELEASE"
1919
swift-id: "swift-6.2.4-RELEASE-ubuntu24.04"
2020

21-
- name: Install Unidoc
22-
uses: tayloraswift/swift-unidoc-action@master
21+
- name: 🤍 Install Unidoc 🤍
22+
uses: rarestype/unidoc-action@master
2323

24-
- name: Checkout repository
25-
uses: actions/checkout@v3
24+
- name: 🤍 Checkout repository 🤍
25+
uses: actions/checkout@v6
2626

27-
- name: Validate documentation
27+
- name: 🤍 Validate documentation 🤍
2828
run: |
2929
unidoc build \
3030
--swift-toolchain $SWIFT_INSTALLATION \
@@ -35,16 +35,16 @@ jobs:
3535
runs-on: macos-26
3636
name: macOS
3737
steps:
38-
- name: Install Unidoc
39-
uses: tayloraswift/swift-unidoc-action@master
38+
- name: 🤍 Install Unidoc 🤍
39+
uses: rarestype/unidoc-action@master
4040

41-
- name: Checkout repository
42-
uses: actions/checkout@v3
41+
- name: 🤍 Checkout repository 🤍
42+
uses: actions/checkout@v6
4343

44-
- name: Select Xcode 26.3
44+
- name: 🤍 Select Xcode 26.3 🤍
4545
run: sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
4646

47-
- name: Validate documentation
47+
- name: 🤍 Validate documentation 🤍
4848
run: |
4949
unidoc build \
5050
--ci fail-on-errors \

.github/workflows/Tests.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
name: Ubuntu 24.04
1313
steps:
14-
- name: Install Swift
15-
uses: tayloraswift/swift-install-action@master
14+
- name: 💖 Install Swift 💖
15+
uses: rarestype/swift-install-action@master
1616
with:
1717
swift-prefix: "swift-6.2.4-release/ubuntu2404/swift-6.2.4-RELEASE"
1818
swift-id: "swift-6.2.4-RELEASE-ubuntu24.04"
1919

20-
- name: Checkout repository
21-
uses: actions/checkout@v3
20+
- name: 💖 Checkout repository 💖
21+
uses: actions/checkout@v6
2222

23-
- name: Run tests
23+
- name: 💖 Run tests 💖
2424
run: Scripts/TestAll
2525

2626
macos:
2727
runs-on: macos-26
2828
name: macOS
2929
steps:
30-
- name: Checkout repository
31-
uses: actions/checkout@v3
30+
- name: 💖 Checkout repository 💖
31+
uses: actions/checkout@v6
3232

33-
- name: Select Xcode 26.3
33+
- name: 💖 Select Xcode 26.3 💖
3434
run: sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
3535

36-
- name: Run tests
36+
- name: 💖 Run tests 💖
3737
run: Scripts/TestAll

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v6
1515

1616
- name: Free disk space
1717
run: sudo rm -rf /opt/microsoft /opt/google /opt/az /opt/ghc /usr/share/dotnet /usr/local/share/boost /opt/hostedtoolcache /usr/local/share/chromium

.github/workflows/iOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
11+
uses: rarestype/swift-device-action/.github/workflows/build.yml@master
1212
with:
1313
xcode-scheme: 'd'
1414
destination: ${{ github.workflow }}

.github/workflows/tvOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
11+
uses: rarestype/swift-device-action/.github/workflows/build.yml@master
1212
with:
1313
xcode-scheme: 'd'
1414
destination: ${{ github.workflow }}

.github/workflows/visionOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
11+
uses: rarestype/swift-device-action/.github/workflows/build.yml@master
1212
with:
1313
xcode-scheme: 'd'
1414
destination: ${{ github.workflow }}

.github/workflows/watchOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: tayloraswift/swift-device-action/.github/workflows/build.yml@master
11+
uses: rarestype/swift-device-action/.github/workflows/build.yml@master
1212
with:
1313
xcode-scheme: 'd'
1414
destination: ${{ github.workflow }}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:6.1
1+
// swift-tools-version:6.2
22
import PackageDescription
33

44
let package: Package = .init(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ D is Foundation-free, and can also serve as a lightweight `Double` formatting en
1111

1212
## Requirements
1313

14-
The D library requires Swift 6.1 or later.
14+
The D library requires Swift 6.2 or later.
1515

1616

1717
| Platform | Status |

0 commit comments

Comments
 (0)