From 145b3497a11f1de9fd5815e6bdfa8587a5bc8110 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:18:45 +0000 Subject: [PATCH] Update tj-actions/changed-files action to v36 --- .github/workflows/master_push_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master_push_validation.yml b/.github/workflows/master_push_validation.yml index af1b63ed..22ea048d 100644 --- a/.github/workflows/master_push_validation.yml +++ b/.github/workflows/master_push_validation.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files using defaults id: changed-files - uses: tj-actions/changed-files@v29.0.9 + uses: tj-actions/changed-files@v36.0.18 - name: Build the docker image if: contains(steps.changed-files.outputs.modified_files, 'Dockerfile')