Skip to content

Commit 77933e5

Browse files
chore(deps): update dependency apple/swift-argument-parser to from: "1.5.0" (#41)
* chore(deps): update dependency apple/swift-argument-parser to from: "1.5.0" * update to setup swift 5.9 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luís Portela Afonso <[email protected]>
1 parent 08a075b commit 77933e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
restore-keys: |
5353
${{ runner.os }}-spm-
5454
55-
- uses: fwal/setup-swift@v2
55+
- uses: swift-actions/setup-swift@v2
5656
with:
57-
swift-version: "5.7"
57+
swift-version: "5.9"
5858

5959
- name: Package Resolve
6060
run: swift package resolve

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
1515
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
16-
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.4.0")
16+
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
1717
],
1818
targets: [
1919
.target(name: "Models"),

0 commit comments

Comments
 (0)