From 42c21c9684d79708837d7f6d0c71a88ad8e35dc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 19:57:54 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v26 (#5579) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ea4769b3..8d8afb5c8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,7 +63,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v23.2 + uses: tj-actions/changed-files@v26.1 with: files: | ci/helm-chart/** @@ -94,7 +94,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v23.2 + uses: tj-actions/changed-files@v26.1 with: files: | **/*.ts