Skip to content

Commit 41e5f88

Browse files
Update GitHub Actions non-major dependencies
1 parent 5a7e7f6 commit 41e5f88

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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/[email protected].0
58+
uses: codecov/[email protected].3
5959
with:
6060
token: ${{ env.CODECOV_TOKEN }}
6161
files: coverage.lcov

.github/workflows/ci-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
wasm:
1111
runs-on: ubuntu-latest
12-
container: swift:6.0.3
12+
container: swift:6.1.2
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: swiftwasm/setup-swiftwasm@v2

.github/workflows/markdown-link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v4
1111
- name: markdown-link-check
12-
uses: gaurav-nelson/[email protected].16
12+
uses: gaurav-nelson/[email protected].17
1313

0 commit comments

Comments
 (0)