From c1aeacd4981afbdcbb0feba26074bee7d941f0f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:17:25 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 40.1.0 to 40.1.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40.1.0 to 40.1.1. - [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.0...v40.1.1) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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 ccffcfe3..799db4cb 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.0 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.csv diff --git a/.github/workflows/json-lint.yaml b/.github/workflows/json-lint.yaml index 471ce7f8..14a934f4 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.0 + uses: tj-actions/changed-files@v40.1.1 with: files: | **/*.json