Skip to content

Commit 8ab299b

Browse files
author
Holly Schilling
committed
Merge branch 'main' into hs/macOS26
2 parents fe9bb5a + 796a44a commit 8ab299b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Lint
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: SwiftFormat
2222
uses: nicklockwood/SwiftFormat@0.60.1
@@ -38,7 +38,7 @@ jobs:
3838
xcode:
3939
- "26.0" # Swift 6.2
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242

4343
- name: Select Xcode ${{ matrix.xcode }}
4444
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
@@ -67,7 +67,7 @@ jobs:
6767
container:
6868
image: swift:${{ matrix.swift }}
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171

7272
- name: Install libssl-dev
7373
run: apt-get update -q && apt-get install -y libssl-dev

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: write
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
with:
2121
fetch-depth: 0
2222

0 commit comments

Comments
 (0)