Skip to content

Commit cd1e8a2

Browse files
committed
[autosync]
1 parent c12dfab commit cd1e8a2

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
.mailmap
3636
.gitignore
3737
.github/FUNDING.yml
38+
.github/workflows/Deploy.yml
39+
.github/workflows/Security.yml
40+
.github/workflows/SemanticRelease.yml
41+
.github/workflows/SemanticTitle.yml
3842
outputs:
3943
code_changed: ${{ steps.changes.outputs.any_changed }}
4044

@@ -45,13 +49,12 @@ jobs:
4549
if: ${{ needs.changes.outputs.code_changed == 'true' }}
4650
steps:
4751
- name: 🤍 Install Swift 🤍
48-
uses: rarestype/swift-install-action@master
52+
uses: rarestype/swift-install-action@v1
4953
with:
50-
swift-prefix: "swift-6.2.4-release/ubuntu2404/swift-6.2.4-RELEASE"
51-
swift-id: "swift-6.2.4-RELEASE-ubuntu24.04"
54+
swift-release: 6.3-RELEASE
5255

5356
- name: 🤍 Install Unidoc 🤍
54-
uses: rarestype/unidoc-action@master
57+
uses: rarestype/unidoc-action@v1
5558

5659
# This clobbers everything in the current directory!
5760
- name: 🤍 Checkout repository 🤍
@@ -74,13 +77,13 @@ jobs:
7477
if: ${{ needs.changes.outputs.code_changed == 'true' }}
7578
steps:
7679
- name: 🤍 Install Unidoc 🤍
77-
uses: rarestype/unidoc-action@master
80+
uses: rarestype/unidoc-action@v1
7881

7982
- name: 🤍 Checkout repository 🤍
8083
uses: actions/checkout@v6
8184

82-
- name: 🤍 Select Xcode 26.3 🤍
83-
run: sudo xcode-select -s /Applications/Xcode_26.3.app/Contents/Developer
85+
- name: 🤍 Select Xcode 26.4 🤍
86+
run: sudo xcode-select -s /Applications/Xcode_26.4.app/Contents/Developer
8487

8588
- name: 🤍 Validate documentation 🤍
8689
run: |

0 commit comments

Comments
 (0)