Skip to content

Commit a5c35c2

Browse files
Update dependencies
1 parent a79adb4 commit a5c35c2

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
lines changed

.github/workflows/publishing.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ jobs:
162162
Export/Fyreplace.pkg
163163
164164
- name: Upload IPA
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v5
166166
if: ${{ matrix.platform == 'iOS' }}
167167
with:
168168
name: Fyreplace.ipa
169169
path: Export/Fyreplace.ipa
170170
if-no-files-found: error
171171

172172
- name: Upload PKG
173-
uses: actions/upload-artifact@v4
173+
uses: actions/upload-artifact@v5
174174
if: ${{ matrix.platform == 'macOS' }}
175175
with:
176176
name: ${{ matrix.distribution == 'standalone' && 'Fyreplace.standalone.pkg' || 'Fyreplace.pkg' }}
@@ -240,14 +240,14 @@ jobs:
240240
distribution: standalone
241241
steps:
242242
- name: Download IPA
243-
uses: actions/download-artifact@v5
243+
uses: actions/download-artifact@v6
244244
if: ${{ matrix.platform == 'ios' }}
245245
with:
246246
name: Fyreplace.ipa
247247
path: /tmp
248248

249249
- name: Download PKG
250-
uses: actions/download-artifact@v5
250+
uses: actions/download-artifact@v6
251251
if: ${{ matrix.platform == 'osx' }}
252252
with:
253253
name: ${{ matrix.distribution == 'standalone' && 'Fyreplace.standalone.pkg' || 'Fyreplace.pkg' }}
@@ -286,7 +286,7 @@ jobs:
286286
xcrun stapler staple /tmp/Fyreplace.pkg
287287
288288
- name: Upload PKG
289-
uses: actions/upload-artifact@v4
289+
uses: actions/upload-artifact@v5
290290
if: ${{ matrix.distribution == 'standalone' }}
291291
with:
292292
name: Fyreplace.standalone.pkg

Fyreplace.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -867,47 +867,47 @@
867867
repositoryURL = "https://github.com/getsentry/sentry-cocoa.git";
868868
requirement = {
869869
kind = upToNextMajorVersion;
870-
minimumVersion = 8.55.1;
870+
minimumVersion = 8.57.3;
871871
};
872872
};
873873
4D13AF5F2C482F0100845FDB /* XCRemoteSwiftPackageReference "swift-openapi-generator" */ = {
874874
isa = XCRemoteSwiftPackageReference;
875875
repositoryURL = "https://github.com/apple/swift-openapi-generator.git";
876876
requirement = {
877877
kind = upToNextMajorVersion;
878-
minimumVersion = 1.10.2;
878+
minimumVersion = 1.10.3;
879879
};
880880
};
881881
4D13AF602C482F1C00845FDB /* XCRemoteSwiftPackageReference "swift-openapi-runtime" */ = {
882882
isa = XCRemoteSwiftPackageReference;
883883
repositoryURL = "https://github.com/apple/swift-openapi-runtime.git";
884884
requirement = {
885885
kind = upToNextMajorVersion;
886-
minimumVersion = 1.8.2;
886+
minimumVersion = 1.8.3;
887887
};
888888
};
889889
4D13AF632C482F4500845FDB /* XCRemoteSwiftPackageReference "swift-openapi-urlsession" */ = {
890890
isa = XCRemoteSwiftPackageReference;
891891
repositoryURL = "https://github.com/apple/swift-openapi-urlsession.git";
892892
requirement = {
893893
kind = upToNextMajorVersion;
894-
minimumVersion = 1.1.0;
894+
minimumVersion = 1.2.0;
895895
};
896896
};
897897
4D926DA82E3647F900A406D1 /* XCRemoteSwiftPackageReference "grpc-swift" */ = {
898898
isa = XCRemoteSwiftPackageReference;
899899
repositoryURL = "https://github.com/grpc/grpc-swift.git";
900900
requirement = {
901901
kind = upToNextMajorVersion;
902-
minimumVersion = 1.26.1;
902+
minimumVersion = 1.27.0;
903903
};
904904
};
905905
4D926DB22E36481D00A406D1 /* XCRemoteSwiftPackageReference "swift-protobuf" */ = {
906906
isa = XCRemoteSwiftPackageReference;
907907
repositoryURL = "https://github.com/apple/swift-protobuf.git";
908908
requirement = {
909909
kind = upToNextMajorVersion;
910-
minimumVersion = 1.31.0;
910+
minimumVersion = 1.33.3;
911911
};
912912
};
913913
4D926DBB2E36486E00A406D1 /* XCRemoteSwiftPackageReference "ReactiveCocoa" */ = {
@@ -923,15 +923,15 @@
923923
repositoryURL = "https://github.com/SDWebImage/SDWebImage.git";
924924
requirement = {
925925
kind = upToNextMajorVersion;
926-
minimumVersion = 5.21.2;
926+
minimumVersion = 5.21.3;
927927
};
928928
};
929929
4D926DC32E36489B00A406D1 /* XCRemoteSwiftPackageReference "SDWebImageWebPCoder" */ = {
930930
isa = XCRemoteSwiftPackageReference;
931931
repositoryURL = "https://github.com/SDWebImage/SDWebImageWebPCoder.git";
932932
requirement = {
933933
kind = upToNextMajorVersion;
934-
minimumVersion = 0.14.6;
934+
minimumVersion = 0.15.0;
935935
};
936936
};
937937
/* End XCRemoteSwiftPackageReference section */

Fyreplace.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

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

0 commit comments

Comments
 (0)