Skip to content

Commit f415240

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] <support@github.com>
1 parent 3e837f4 commit f415240

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
@@ -60,7 +60,7 @@ jobs:
6060
pytest --cov=$package --cov-report=xml
6161
genbadge coverage -i coverage.xml -o $cov_badge_path
6262
- name: Verify Changed files
63-
uses: tj-actions/verify-changed-files@v12
63+
uses: tj-actions/verify-changed-files@v17
6464
id: changed_files
6565
with:
6666
files: ${{ env.cov_badge_path }}

0 commit comments

Comments
 (0)