Skip to content

Commit e671ad0

Browse files
authored
Merge branch 'master' into renovate/com.github.volodya-lombrozo-jtcop-maven-plugin-1.x
2 parents d09db50 + 948036a commit e671ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
restore-keys: |
2828
maven-
2929
- run: mvn install "-Pjacoco,deep"
30-
- uses: codecov/codecov-action@v5
30+
- uses: codecov/codecov-action@v6
3131
with:
3232
token: ${{ secrets.CODECOV_TOKEN }}
3333
fail_ci_if_error: true

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- uses: actions/checkout@v6
19-
- uses: DavidAnson/markdownlint-cli2-action@v20.0.0
19+
- uses: DavidAnson/markdownlint-cli2-action@v23.0.0

0 commit comments

Comments
 (0)