Skip to content

Commit

Permalink
chore(deps): bump tj-actions/verify-changed-files in the all group
Browse files Browse the repository at this point in the history
Bumps the all group with 1 update: [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files).


Updates `tj-actions/verify-changed-files` from 19 to 20
- [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@v19...v20)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent da88321 commit c8392bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
npm run lint
- name: "Check for changed files"
uses: tj-actions/verify-changed-files@v19
uses: tj-actions/verify-changed-files@v20
id: changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
npm run lint:ws
- name: "Check for changed files"
uses: tj-actions/verify-changed-files@v19
uses: tj-actions/verify-changed-files@v20
id: changed-files

- name: "Commit changes"
Expand Down

0 comments on commit c8392bd

Please sign in to comment.