Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 37.0.2 to 37.1.2 (#3305)
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.0.2 to 37.1.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v37.0.2...v37.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 4910916 commit f3b63d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate-changelog-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
fetch-depth: 0

- name: Find changed files that require changelog update
uses: tj-actions/changed-files@v37.0.2
uses: tj-actions/changed-files@v37.1.2
id: need-changelog
with:
files: |
**/*.py
pyproject.toml
- name: Check whether CHANGELOG.md has been modified
uses: tj-actions/changed-files@v37.0.2
uses: tj-actions/changed-files@v37.1.2
id: changelog-status
with:
files: CHANGELOG.md
Expand Down

0 comments on commit f3b63d6

Please sign in to comment.