From 179c09c7fd3c06f60325c07cb6e57e6ad4de17e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 15:04:20 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 40.1.1 to 40.2.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.1.1 to 40.2.0. - [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/v40.1.1...v40.2.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/csv-lint.yaml | 2 +- .github/workflows/json-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/csv-lint.yaml b/.github/workflows/csv-lint.yaml index 799db4cb..910b0376 100644 --- a/.github/workflows/csv-lint.yaml +++ b/.github/workflows/csv-lint.yaml @@ -19,7 +19,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v40.1.1 + uses: tj-actions/changed-files@v40.2.0 with: files: | **/*.csv diff --git a/.github/workflows/json-lint.yaml b/.github/workflows/json-lint.yaml index 14a934f4..f4098b3d 100644 --- a/.github/workflows/json-lint.yaml +++ b/.github/workflows/json-lint.yaml @@ -19,7 +19,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v40.1.1 + uses: tj-actions/changed-files@v40.2.0 with: files: | **/*.json