Skip to content

Commit

Permalink
Bump tj-actions/verify-changed-files from 14 to 17 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#184)
  • Loading branch information
dependabot[bot] authored Jan 20, 2024
1 parent a982a08 commit 45ab672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python util/conda-dist.py
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v14
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files

- name: Bump Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
isort -l100 -ppcapkit pcapkit/const/*/*.py
- name: Verify Changed files
uses: tj-actions/verify-changed-files@v14
uses: tj-actions/verify-changed-files@v17
id: verify-changed-files

- name: Bump Version
Expand Down

0 comments on commit 45ab672

Please sign in to comment.