Skip to content

Commit

Permalink
Bump tj-actions/verify-changed-files from 10 to 16
Browse files Browse the repository at this point in the history
Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 10 to 16.
- [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@v10...v16)

---
updated-dependencies:
- dependency-name: tj-actions/verify-changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2023
1 parent 1c07602 commit c854d85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-doc-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: tj-actions/remark@v3

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v10
uses: tj-actions/verify-changed-files@v16
id: verify_changed_files
with:
files: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Verify changed files
id: changed_files
uses: tj-actions/verify-changed-files@v10
uses: tj-actions/verify-changed-files@v16
with:
files: |
docs/source/changelog.rst
Expand Down

0 comments on commit c854d85

Please sign in to comment.