Skip to content

Commit 0096794

Browse files
Update Other non-major dependencies
1 parent 713d0fa commit 0096794

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Upload test artifacts
2525
if: failure()
26-
uses: actions/upload-artifact@v4.4.3
26+
uses: actions/upload-artifact@v4.6.1
2727
with:
2828
name: test-artifacts-linux-${{ matrix.swift }}-${{ github.run_id }}
2929
path: |

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload test artifacts
3636
if: failure()
37-
uses: actions/upload-artifact@v4.4.3
37+
uses: actions/upload-artifact@v4.6.1
3838
with:
3939
name: test-artifacts-${{ matrix.config.xcode }}-${{ github.run_id }}
4040
path: |
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Upload code coverage report
5757
if: env.CODECOV_TOKEN != '' && matrix.config.xcode == env.CODECOV_XCODE_VERSION
58-
uses: codecov/codecov-action@v5.0.2
58+
uses: codecov/codecov-action@v5.4.0
5959
with:
6060
token: ${{ env.CODECOV_TOKEN }}
6161
files: coverage.lcov

.github/workflows/ci-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
steps:
1313
- name: Setup
14-
uses: compnerd/gha-setup-swift@v0.2.3
14+
uses: compnerd/gha-setup-swift@v0.3.0
1515
with:
1616
branch: swift-5.10-release
1717
tag: 5.10-RELEASE
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload test artifacts
2626
if: failure()
27-
uses: actions/upload-artifact@v4.4.3
27+
uses: actions/upload-artifact@v4.6.1
2828
with:
2929
name: test-artifacts-windows-${{ github.run_id }}
3030
path: |

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: 'sudo chown -R $USER docs'
7070

7171
- name: Publish documentation to GitHub Pages
72-
uses: JamesIves/github-pages-deploy-action@v4.6.9
72+
uses: JamesIves/github-pages-deploy-action@v4.7.3
7373
with:
7474
branch: gh-pages
7575
folder: docs

Benchmarks/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
],
1111
dependencies: [
1212
.package(path: "../"),
13-
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.27.3"))
13+
.package(url: "https://github.com/ordo-one/package-benchmark", .upToNextMajor(from: "1.29.2"))
1414
],
1515
targets: [
1616
.executableTarget(

Mintfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
realm/SwiftLint@0.57.0
2-
nicklockwood/SwiftFormat@0.55.0
3-
krzysztofzablocki/Sourcery@2.2.5
1+
realm/SwiftLint@0.58.2
2+
nicklockwood/SwiftFormat@0.55.5
3+
krzysztofzablocki/Sourcery@2.2.6

0 commit comments

Comments
 (0)