Skip to content

Commit ee846e5

Browse files
Update all dependencies
1 parent ced2ccc commit ee846e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
xcode: ["14.2"]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.5.2
17+
uses: actions/checkout@v3.6.0
1818

1919
- name: Select Xcode ${{ matrix.xcode }}
2020
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
@@ -38,7 +38,7 @@ jobs:
3838
image: swift:${{ matrix.swift }}
3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3.5.2
41+
uses: actions/checkout@v3.6.0
4242

4343
- name: Restore APT cache
4444
uses: actions/cache@v3

Mintfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
realm/SwiftLint@0.51.0
2-
nicklockwood/SwiftFormat@0.51.7
1+
realm/SwiftLint@0.59.1
2+
nicklockwood/SwiftFormat@0.56.2

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
.package(url: "https://github.com/SwiftDocOrg/GraphViz.git", from: "0.4.1"),
1919
.package(url: "https://github.com/davecom/SwiftGraph.git", from: "3.1.0"),
20-
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.0"),
20+
.package(name: "SnapshotTesting", url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.18.4"),
2121
],
2222
targets: [
2323
.target(

0 commit comments

Comments
 (0)