From 60a4906537c93c4fc409e182c4de590f82837f0f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:35:35 +0000 Subject: [PATCH] Renovate Update tj-actions/changed-files digest to ac47125 (#3001) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/path-to-live.yml | 2 +- .github/workflows/pull-request-path.yml | 6 +++--- .github/workflows/workflow-deploy-ref-to-env.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 4273b5e8b0..3fefb02532 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -39,7 +39,7 @@ jobs: - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | **/*.md diff --git a/.github/workflows/pull-request-path.yml b/.github/workflows/pull-request-path.yml index f3ed29ae4f..a919967e12 100644 --- a/.github/workflows/pull-request-path.yml +++ b/.github/workflows/pull-request-path.yml @@ -50,19 +50,19 @@ jobs: - name: get changed files in the admin folder id: changed-files-admin - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | terraform/** - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | **/*.md diff --git a/.github/workflows/workflow-deploy-ref-to-env.yml b/.github/workflows/workflow-deploy-ref-to-env.yml index a5ac395621..beeddf417d 100644 --- a/.github/workflows/workflow-deploy-ref-to-env.yml +++ b/.github/workflows/workflow-deploy-ref-to-env.yml @@ -60,13 +60,13 @@ jobs: - name: get changed files in the admin folder id: changed-files-admin - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@ef3b6f1fa5eccdc95d915ec0f87a16535a73d0ca + uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f with: files: | terraform/**