Skip to content

Commit fc9a965

Browse files
authored
feat: Update the GH action version (#56)
1 parent fb58847 commit fc9a965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: export PYTHONPATH=$PWD && pytest --junitxml=pytest.xml --cov=. tests/unittests | tee pytest-coverage.txt
7878

7979
- name: Execute the coverage checks
80-
uses: MishaKav/[email protected].47
80+
uses: MishaKav/[email protected].48
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
pytest-coverage-path: ./pytest-coverage.txt

0 commit comments

Comments
 (0)