From 612c0c6717d444c69d8748a67f97b28f25c17b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:58:00 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 46 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 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/v41...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/optimize-images.yaml | 2 +- .github/workflows/pr-url-and-dependent.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/optimize-images.yaml b/.github/workflows/optimize-images.yaml index 47c3a1dba8..ba9eeae539 100644 --- a/.github/workflows/optimize-images.yaml +++ b/.github/workflows/optimize-images.yaml @@ -27,7 +27,7 @@ jobs: - name: Find changed image files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: files: | sites/**/*.png diff --git a/.github/workflows/pr-url-and-dependent.yaml b/.github/workflows/pr-url-and-dependent.yaml index ef802fa901..e551bef706 100644 --- a/.github/workflows/pr-url-and-dependent.yaml +++ b/.github/workflows/pr-url-and-dependent.yaml @@ -193,7 +193,7 @@ jobs: touch pr_comment.txt - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v46 with: sha: ${{ env.HEADSHA }} base_sha: ${{ env.BASESHA }}