From 974ed2548240b15aad6951420ac836898eb8d7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 00:10:04 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 1.1.2 to 41.0.0 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 1.1.2 to 41.0.0. - [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/v1.1.2...v41.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_changed_images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_changed_images.yaml b/.github/workflows/publish_changed_images.yaml index 503f8a7..70e5045 100644 --- a/.github/workflows/publish_changed_images.yaml +++ b/.github/workflows/publish_changed_images.yaml @@ -36,7 +36,7 @@ jobs: - id: check name: Check for changes to ${{ matrix.name }} image source - uses: tj-actions/changed-files@v1.1.2 + uses: tj-actions/changed-files@v41.0.0 with: files: ${{ matrix.source_files_for_diff }}