From 7d970cdaf93c16a23d1ab8509bcf1cce8f999826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 10:02:55 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 42.1.0 to 47.0.6 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.1.0 to 47.0.6. - [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/aa08304bd477b800d468db44fe10f6c61f7f7b11...9426d40962ed5378910ee2e21d5f8c6fcbf2dd96) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index cf0666bc0..051155ccb 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -62,7 +62,7 @@ jobs: - id: changes if: github.event_name == 'push' - uses: tj-actions/changed-files@aa08304bd477b800d468db44fe10f6c61f7f7b11 # v42.1.0 + uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96 # v47.0.6 with: base_sha: ${{ steps.merge-base.outputs.base_sha }} skip_initial_fetch: ${{ steps.merge-base.outputs.base_sha != '' }}