From 7fce065f66c72b1c5e6c5f8e5aea61597d967ca4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 04:01:18 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v34 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 450ba4c53ce..f244d4d4652 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,7 @@ jobs: - name: Determine if Dockerfiles changed id: changed-files - uses: tj-actions/changed-files@v17 + uses: tj-actions/changed-files@baaf598b46c2d9eb97eb995c9f69d1967349155d # v34 - name: Dockerfile has changed, rebuild for tests if: ${{ github.event.inputs.build-docker-locally == 'true' }} || contains(steps.changed-files.outputs.all_changed_files, 'Dockerfile') || contains(steps.changed-files.outputs.all_changed_files, 'docker')