From e2929ed5cbffab70e2aec31abf531914c67057a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:21:30 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 39.2.3 to 39.2.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.3 to 39.2.4. - [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/v39.2.3...v39.2.4) --- 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 ec98bbb3..49484520 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@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: files: | **/*.csv diff --git a/.github/workflows/json-lint.yaml b/.github/workflows/json-lint.yaml index 1dba7285..657e23d7 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@v39.2.3 + uses: tj-actions/changed-files@v39.2.4 with: files: | **/*.json