From a89992ce325a8cc5045b30263410af771c1e13e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:22:31 +0000 Subject: [PATCH] Renovate Update tj-actions/changed-files digest to 515a6b3 (#3010) 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 1a02b9047f..3bcb6585a2 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@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | **/*.md diff --git a/.github/workflows/pull-request-path.yml b/.github/workflows/pull-request-path.yml index a919967e12..1d1442b44d 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@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | terraform/** - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | **/*.md diff --git a/.github/workflows/workflow-deploy-ref-to-env.yml b/.github/workflows/workflow-deploy-ref-to-env.yml index beeddf417d..a9f438c12a 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@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@ac47125d2d05ea616734c7e19a125149a325d43f + uses: tj-actions/changed-files@515a6b35d1d0948f7da6d5cdb347ed1600859795 with: files: | terraform/**