From 869097b566b3428feb5f8c8a42d2b505dda23d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 20:50:14 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 37 to 39 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 39. - [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...v39) --- 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/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index cfa03423..76ff086e 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -112,7 +112,7 @@ jobs: - id: changed-files name: Get changed files if: ${{ steps.event-check.outputs.is_pr == 'true' }} - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v39 with: files: | **/*.dart