From 5b2d2b95393e64344ef5ea93e24b40847a09e28b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:06:52 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 14.1 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 14.1 to 41. - [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/v14.1...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/08-deploy-to-k8s-using-runner-label.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/08-deploy-to-k8s-using-runner-label.yml b/.github/workflows/08-deploy-to-k8s-using-runner-label.yml index a211342d28..cc4f583e5f 100644 --- a/.github/workflows/08-deploy-to-k8s-using-runner-label.yml +++ b/.github/workflows/08-deploy-to-k8s-using-runner-label.yml @@ -22,12 +22,12 @@ jobs: fetch-depth: 0 - name: Check dev folder changes id: check-dev-folder - uses: tj-actions/changed-files@v14.1 + uses: tj-actions/changed-files@v41 with: files: deployment/dev - name: Check prod folder changes id: check-prod-folder - uses: tj-actions/changed-files@v14.1 + uses: tj-actions/changed-files@v41 with: files: deployment/prod - name: set dev output