Skip to content

Commit b6d7261

Browse files
authored
Bump actions/checkout to v4 (#15)
1 parent 993ae06 commit b6d7261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- 5.8
3232
- 5.9
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- uses: mxcl/xcodebuild@v2
3636
with:
3737
platform: ${{ matrix.platform }}
@@ -49,5 +49,5 @@ jobs:
4949
container:
5050
image: swift:${{ matrix.swift }}
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
- run: swift test --parallel -Xswiftc -warnings-as-errors

0 commit comments

Comments
 (0)