From ead8fe2c2148a51cb11c82d9d6a5ae907f9908ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:35:10 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 43 to 44 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44. - [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/v43...v44) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index cdbc39ed..fcd2a97d 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -92,7 +92,7 @@ jobs: run: pytest --tb=short -v - name: Check for pickle file change id: pickle-change - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 with: files: 'tests/known-slugs.pickle' - name: Add PR Comment if pickle file is modified