Skip to content

Commit d8334dc

Browse files
chore(deps): bump py-cov-action/python-coverage-comment-action
Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41. - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@v3.40...63f52f4) --- updated-dependencies: - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.41' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5ede63 commit d8334dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/falkordb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Store unit tests coverage
9797
id: coverage_comment
9898
if: matrix.python-version == '3.10' && runner.os == 'Linux' && github.event_name != 'schedule'
99-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
99+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
100100
with:
101101
GITHUB_TOKEN: ${{ github.token }}
102102
COVERAGE_PATH: integrations/falkordb
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Store combined coverage
124124
if: github.event_name == 'push'
125-
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683 # v3.40
125+
uses: py-cov-action/python-coverage-comment-action@63f52f4fbbffada6e8dee8ec432de7e01df9ba79 # v3.41
126126
with:
127127
GITHUB_TOKEN: ${{ github.token }}
128128
COVERAGE_PATH: integrations/falkordb

0 commit comments

Comments
 (0)