Skip to content

Commit

Permalink
Bump tj-actions/verify-changed-files from 8.6 to 8.7
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 8.6 to 8.7.
- [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@v8.6...v8.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jackton1 committed Nov 24, 2021
1 parent ec3defa commit cd607db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
make tidy

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
uses: tj-actions/verify-changed-files@v8.7
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
make run ACTION="test/action.yml" OUTPUT="test/README.md"

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
uses: tj-actions/verify-changed-files@v8.7
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: tj-actions/remark@v1.7

- name: Verify Changed files
uses: tj-actions/verify-changed-files@v8.6
uses: tj-actions/verify-changed-files@v8.7
id: verify_changed_files
with:
files: |
Expand Down

0 comments on commit cd607db

Please sign in to comment.