Bump tj-actions/changed-files from 45 to 46 (#2974)

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46.
- [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/v45...v46)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Merolle <ryanmerolle@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-04-11 11:44:42 -04:00 committed by GitHub
parent 2a73513a69
commit 103404f9f0
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@v45
uses: tj-actions/changed-files@v46
with:
files: tests/known-slugs.pickle
- name: Add PR Comment if pickle file is modified