diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 58e45a77c7..8057a3649e 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@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | **/*.md diff --git a/.github/workflows/pull-request-path.yml b/.github/workflows/pull-request-path.yml index d05fbbb67d..e60d46affa 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@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | terraform/** - name: get changed docs files in any folder id: changed-files-docs - uses: tj-actions/changed-files@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | **/*.md diff --git a/.github/workflows/workflow-deploy-ref-to-env.yml b/.github/workflows/workflow-deploy-ref-to-env.yml index c31caead31..b86fcb25a3 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@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | service-admin/** - name: get changed files in the terraform folder id: changed-files-terraform - uses: tj-actions/changed-files@c19a7eb771f8275e97686d1d3b6fde437cbd3f48 + uses: tj-actions/changed-files@05f0aba931687dcad284e6c7f2e049c258a53fb8 with: files: | terraform/**