From eb349add4673033d5bf2b962a4fb525c64a61141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 10:37:13 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 45.0.2 to 47.0.5 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.2 to 47.0.5. - [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/48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c...22103cc46bda19c2b464ffe86db46df6922fd323) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lockfile-rationale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lockfile-rationale.yml b/.github/workflows/lockfile-rationale.yml index ecd3cf5..5bfca8c 100644 --- a/.github/workflows/lockfile-rationale.yml +++ b/.github/workflows/lockfile-rationale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: read steps: - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - - uses: tj-actions/changed-files@48d8f15b2aaa3d255ca5af3eba4870f807ce6b3c + - uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 id: changed - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b if: contains(steps.changed.outputs.all_changed_files, 'pnpm-lock.yaml') || contains(steps.changed.outputs.all_changed_files, 'package-lock.json') || contains(steps.changed.outputs.all_changed_files, 'yarn.lock')