Skip to content

Commit 65cb646

Browse files
Update actions/checkout action to v5
1 parent 3692f68 commit 65cb646

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
image: swift:${{ matrix.swift }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Test
2323
run: swift test -c release --enable-xctest --parallel --xunit-output .build/xUnit-output.xml

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
xcode: ["14.3.1", "15.4", "16.0"]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Select Xcode ${{ matrix.xcode }}
2121
run: sudo xcode-select -s '/Applications/Xcode_${{ matrix.xcode }}.app'

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
tag: 5.10-RELEASE
1919

2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Test
2424
run: swift test -c release --parallel --xunit-output .build/xUnit-output.xml

0 commit comments

Comments
 (0)