From 53e141648432babaa743807dfb8e5a0b3be7f55c Mon Sep 17 00:00:00 2001 From: MicroDev <70126934+MicroDev1@users.noreply.github.com> Date: Mon, 12 Dec 2022 01:42:37 +0530 Subject: [PATCH] downgrade and lock `tj-actions/changed-files` at `v34.5.1` --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 856072b50a..f8768b5196 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -138,7 +138,7 @@ jobs: - name: Get changes id: get-changes if: github.event_name == 'pull_request' - uses: tj-actions/changed-files@v34.5.3 + uses: tj-actions/changed-files@v34.5.1 with: json: true sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}