Skip to content

Commit 219e7aa

Browse files
Updated README.md (#177)
* Updated README.md * Update README.md * Update README.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tonye Jack <[email protected]>
1 parent bf19880 commit 219e7aa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1515

16-
1716
## coverage-badge-py
1817

1918
Generate coverage.py badge like this ![coverage badge](./coverage.svg) without uploading results to a 3rd party site.
@@ -47,7 +46,7 @@ Support this project with a :star:
4746
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
4847
4948
```yaml
50-
- uses: tj-actions/coverage-badge-py@v2
49+
- uses: tj-actions/coverage-badge-py@1788babcb24544eb5bbb6e0d374df5d1e54e670f # v2
5150
id: coverage-badge-py
5251
with:
5352
# Output path to write the
@@ -75,11 +74,11 @@ Support this project with a :star:
7574
```yml
7675
...
7776
steps:
78-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
7978

80-
- uses: actions/setup-python@v4
79+
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
8180
with:
82-
python-version: 3.11
81+
python-version: 3.13
8382

8483
- name: Install dependencies
8584
...
@@ -90,10 +89,10 @@ Support this project with a :star:
9089
coverage report -m
9190
9291
- name: Coverage Badge
93-
uses: tj-actions/coverage-badge-py@v2
92+
uses: tj-actions/coverage-badge-py@1788babcb24544eb5bbb6e0d374df5d1e54e670f # v2
9493

9594
- name: Verify Changed files
96-
uses: tj-actions/verify-changed-files@v16
95+
uses: tj-actions/verify-changed-files@a1c6acee9df209257a246f2cc6ae8cb6581c1edf # v20
9796
id: verify-changed-files
9897
with:
9998
files: coverage.svg

0 commit comments

Comments
 (0)