From 9a932e1d59216d19cb23addd7b446c66e71ac842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:42:30 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 13.1 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 13.1 to 41. - [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/v13.1...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/optimize-images.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/optimize-images.yml b/.github/workflows/optimize-images.yml index 24ed2178..5ac17fb6 100644 --- a/.github/workflows/optimize-images.yml +++ b/.github/workflows/optimize-images.yml @@ -21,7 +21,7 @@ jobs: # https://github.com/marketplace/actions/changed-files - name: get changed files id: changed-files - uses: tj-actions/changed-files@v13.1 + uses: tj-actions/changed-files@v41 - name: list all changed files run: | @@ -32,7 +32,7 @@ jobs: - name: get all images id: changed-images - uses: tj-actions/changed-files@v13.1 + uses: tj-actions/changed-files@v41 with: path: img