From 0f65fe114502079f96e3c38ace9baff061ed597b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 22:17:33 -0800 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v34 (#7302) --- .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')