Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfol committed Aug 15, 2024
1 parent 89f3ff3 commit e9dd5a5
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
create-release:
runs-on: macos-latest
steps:
- uses: swift-actions/setup-swift@v2
- uses: swift-actions/setup-swift@v2.1.0
with:
swift-version: "5.9"
swift-version: "5.10"
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.7
- name: Create Release
run: |
set -euo pipefail
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
- uses: actions/checkout@v4.1.7
- uses: swift-actions/setup-swift@v2.1.0
with:
swift-version: "5.9"
swift-version: "5.10"
- name: Build
run: swift build -v
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Knit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/Knit/**/*.swift'
s.preserve_paths = '*'
s.ios.deployment_target = '15.0'
s.swift_versions = '5.9'
s.swift_versions = '5.10'
s.dependency 'Swinject', '~> 2.9.1'
s.dependency 'SwinjectAutoregistration', '~> 2.9.1'
end
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b",
"version" : "1.4.0"
"revision" : "41982a3656a71c768319979febd796c6fd111d5c",
"version" : "1.5.0"
}
},
{
"identity" : "swift-syntax",
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-syntax.git",
"state" : {
"revision" : "303e5c5c36d6a558407d364878df131c3546fad8",
"version" : "510.0.2"
"revision" : "2bc86522d115234d1f588efe2bcb4ce4be8f8b82",
"version" : "510.0.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.9
// swift-tools-version: 5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down

0 comments on commit e9dd5a5

Please sign in to comment.