Bump tj-actions/changed-files from 44 to 45

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-01 06:51:36 +00:00 committed by GitHub
parent 4391a1eea1
commit 90175ce0b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ jobs:
run: pytest --tb=short -v
- name: Check for pickle file change
id: pickle-change
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v45
with:
files: 'tests/known-slugs.pickle'
- name: Add PR Comment if pickle file is modified