Skip to content

Commit 57a6b9f

Browse files
authored
fix: Update to ParseSwift 5.4.1 (#23)
* fix linux CI * fix: Update to ParseSwift 5.4.1
1 parent 3cf53bc commit 57a6b9f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
DEVELOPER_DIR: ${{ env.CI_XCODE }}
4444

4545
linux:
46-
runs-on: ubuntu-18.04
46+
runs-on: ubuntu-latest
4747
steps:
4848
- uses: actions/checkout@v3
4949
- uses: sersoft-gmbh/SwiftyActions@v2

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
dependencies: [
1717
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.75.0")),
1818
.package(url: "https://github.com/netreconlab/Parse-Swift.git",
19-
.upToNextMajor(from: "5.4.0")),
19+
.upToNextMajor(from: "5.4.1")),
2020
],
2121
targets: [
2222
.target(

0 commit comments

Comments
 (0)