From 16b0e0848248d044b13dc62c65335f4ae1fa9e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 23:18:02 +0000 Subject: [PATCH] build: Bump tj-actions/changed-files from 40 to 46 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 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/v40...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lychee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yaml b/.github/workflows/lychee.yaml index 620648bf9..68271c509 100644 --- a/.github/workflows/lychee.yaml +++ b/.github/workflows/lychee.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Get changed files in PR id: changed-files - uses: tj-actions/changed-files@v40 # Using a dedicated action for robustness + uses: tj-actions/changed-files@v46 # Using a dedicated action for robustness with: # Compare the HEAD of the PR with the merge-base (where the PR branches off) base_sha: ${{ github.event.pull_request.base.sha }}