Skip to content

Commit b2660f3

Browse files
authored
Merge pull request #14 from MFB-Technologies-Inc/feature/update-dependencies
Update dependencies
2 parents ff55e8b + e17c907 commit b2660f3

File tree

2 files changed

+25
-16
lines changed

2 files changed

+25
-16
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ on:
66
- main
77
pull_request:
88
branches:
9-
- '*'
9+
- "*"
1010
workflow_dispatch:
1111

1212
jobs:
1313
lint:
1414
runs-on: macos-13
1515
environment: default
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: SwiftFormat version
1919
run: swiftformat --version
2020
- name: Format lint
@@ -28,24 +28,24 @@ jobs:
2828
environment: default
2929
strategy:
3030
matrix:
31-
xcode: ['14.3', '15.0']
31+
xcode: ["14.3", "15.0"]
3232
# Swift: 5.8 , 5.9
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: Select Xcode ${{ matrix.xcode }}
3636
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
3737
- name: Run Tests
3838
run: swift test --enable-code-coverage --parallel
3939
- name: Swift Coverage Report
4040
run: xcrun llvm-cov export -format="lcov" .build/debug/swift-argument-encodingPackageTests.xctest/Contents/MacOS/swift-argument-encodingPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
41-
- uses: codecov/codecov-action@v3
41+
- uses: codecov/codecov-action@v4
4242
with:
4343
token: ${{ secrets.CODECOV_TOKEN }}
4444
fail_ci_if_error: true # optional (default = false)
4545
linux-test:
4646
runs-on: ubuntu-latest
4747
environment: default
48-
48+
4949
steps:
5050
- uses: actions/checkout@v3
5151
- name: Run Tests

Package.resolved

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

0 commit comments

Comments
 (0)