Skip to content

Commit b7ce845

Browse files
committed
Update swift-actions/setup-swift to v3
1 parent 382a8bc commit b7ce845

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: macos-latest
2121
steps:
2222
- uses: actions/checkout@v4
23-
- uses: swift-actions/setup-swift@v1
23+
- uses: swift-actions/setup-swift@v3
2424
with:
2525
swift-version: ${{ matrix.swift-version }}
2626
- run: swift test

.github/workflows/docc.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: swift-actions/setup-swift@v1
13+
- uses: swift-actions/setup-swift@v3
1414
with:
1515
swift-version: "5.9"
1616
- name: generate-documentation
1717
# https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/generating-documentation-for-hosting-online/
1818
run: >
19-
swift package
20-
--allow-writing-to-directory ./docs
21-
generate-documentation
22-
--output-path ./docs
23-
--hosting-base-path NdArray
24-
--disable-indexing
19+
swift package
20+
--allow-writing-to-directory ./docs
21+
generate-documentation
22+
--output-path ./docs
23+
--hosting-base-path NdArray
24+
--disable-indexing
2525
--transform-for-static-hosting
2626
- name: generate theme-settings.json
2727
run: echo '' > theme-settings.json

0 commit comments

Comments
 (0)