Skip to content

Commit 6ca0236

Browse files
committed
Update checkout and codecov-action
1 parent f97f76e commit 6ca0236

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/github-build-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: cmd
3737
steps:
3838
- name: Checkout
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
with:
4141
submodules: true
4242

@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ${{matrix.image}}
118118
steps:
119119
- name: Checkout
120-
uses: actions/checkout@v4
120+
uses: actions/checkout@v6
121121
with:
122122
submodules: true
123123

.github/workflows/github-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ${{matrix.image}}
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v6
3333
with:
3434
submodules: true
3535

@@ -76,7 +76,7 @@ jobs:
7676
7777
- name: Report Coverage
7878
if: matrix.coverage
79-
uses: codecov/codecov-action@v4
79+
uses: codecov/codecov-action@v5
8080
with:
8181
token: ${{secrets.CODECOV_TOKEN}}
8282
fail_ci_if_error: true

0 commit comments

Comments
 (0)