Skip to content

Commit f185fa0

Browse files
Update actions/checkout action to v4
1 parent 699a0e6 commit f185fa0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Test
2323
run: swift test --skip-update

.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: ["13.4.1", "14.2"]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Select Xcode ${{ matrix.xcode }}
2020
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2121
- name: Test

0 commit comments

Comments
 (0)