From 9e9d9f31b6df24bd72d83c1fc36755ffcb18fd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 07:25:07 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 37 to 38 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v37...v38) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pull-request.yml b/.github/workflows/build-pull-request.yml index 13f16d7aeb..0df244a434 100644 --- a/.github/workflows/build-pull-request.yml +++ b/.github/workflows/build-pull-request.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files-specific - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v38 with: files: ${{matrix.language}}/** files_ignore: "*.md"