Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Aug 1, 2024
1 parent d2dcd9d commit 8c96727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:
with:
branch: swift-5.10-release
tag: 5.10-RELEASE
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: swift test
3 changes: 1 addition & 2 deletions Tests/JMESPathTests/ComplianceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
//

import Foundation
import JMESPath
import XCTest

@testable import JMESPath

#if os(Linux) || os(Windows)
import FoundationNetworking
#endif
Expand Down

0 comments on commit 8c96727

Please sign in to comment.