Skip to content

Commit c06bd77

Browse files
Bump tj-actions/verify-changed-files from 12 to 17 in /.github/workflows
Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 12 to 17. - [Release notes](https://github.com/tj-actions/verify-changed-files/releases) - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/verify-changed-files@v12...v17) --- updated-dependencies: - dependency-name: tj-actions/verify-changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2a73755 commit c06bd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pytest --cov=$package --cov-report=xml
6363
genbadge coverage -i coverage.xml -o $cov_badge_path
6464
- name: Verify Changed files
65-
uses: tj-actions/verify-changed-files@v12
65+
uses: tj-actions/verify-changed-files@v17
6666
id: changed_files
6767
with:
6868
files: ${{ env.cov_badge_path }}

0 commit comments

Comments
 (0)