Skip to content

Commit c9fd2dd

Browse files
Update github actions
1 parent b2cdac7 commit c9fd2dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ jobs:
162162
- name: 🚀 Publish Coverage Comment
163163
if: always() && github.event_name == 'pull_request'
164164
continue-on-error: true
165-
uses: marocchino/sticky-pull-request-comment@v2
165+
uses: marocchino/sticky-pull-request-comment@v3
166166
with:
167167
header: 'Coverage'
168168
path: 'coverage/summary/SummaryGithub.md'
169169
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
170170
- name: 🚀 Publish Codecov Coverage
171171
if: always() && (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
172172
continue-on-error: true
173-
uses: codecov/codecov-action@v5.5.2
173+
uses: codecov/codecov-action@v6.0.0
174174
with:
175175
name: 'actions'
176176
token: '${{ secrets.CODECOV_TOKEN }}'

0 commit comments

Comments
 (0)