From a97d8e97ad92325b2e767308236ff09ff5fbf213 Mon Sep 17 00:00:00 2001 From: MicroDev <70126934+MicroDev1@users.noreply.github.com> Date: Thu, 5 Jan 2023 12:00:46 +0530 Subject: [PATCH] update `tj-actions/changed-files` to `v34` --- .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 114fd679a8..c584f5f427 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.1 + uses: tj-actions/changed-files@v34 with: json: true sha: ${{ steps.get-last-commit-with-checks.outputs.commit && github.event.after }}