Skip to content

Commit 8c96727

Browse files
committed
Use checkout v4
1 parent d2dcd9d commit 8c96727

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ jobs:
6767
with:
6868
branch: swift-5.10-release
6969
tag: 5.10-RELEASE
70-
- uses: actions/checkout@v2
70+
- uses: actions/checkout@v4
7171
- run: swift test

Tests/JMESPathTests/ComplianceTests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
//
77

88
import Foundation
9+
import JMESPath
910
import XCTest
1011

11-
@testable import JMESPath
12-
1312
#if os(Linux) || os(Windows)
1413
import FoundationNetworking
1514
#endif

0 commit comments

Comments
 (0)