From de72150cd5e8aa6db3a75f4839c63034dc9fab9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:38:46 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v46 --- .github/workflows/pr-validate.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-validate.yaml b/.github/workflows/pr-validate.yaml index 797910d..1268e39 100644 --- a/.github/workflows/pr-validate.yaml +++ b/.github/workflows/pr-validate.yaml @@ -41,11 +41,11 @@ jobs: - name: Get all added or modified files id: added-modified-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 - name: Get changed charts id: changed-charts - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v46 with: matrix: true path: charts