Skip to content

Commit

Permalink
Bump tj-actions/verify-changed-files from 17 to 18
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 17 to 18.
- [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@v17...v18)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent be2dda1 commit 547d9f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# https://github.com/marketplace/actions/verify-changed-files
- name: Check if there are changes
id: changes
uses: tj-actions/verify-changed-files@v17
uses: tj-actions/verify-changed-files@v18
with:
files: |
release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
# https://github.com/marketplace/actions/verify-changed-files
- name: Check if there are changes
id: changes
uses: tj-actions/verify-changed-files@v17
uses: tj-actions/verify-changed-files@v18
with:
files: |
release
Expand Down

0 comments on commit 547d9f9

Please sign in to comment.