From b266774de62b4a2eb85af616c2192c3c8268366c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:44:12 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 43.0.1 to 45.0.7 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.1 to 45.0.7. - [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/20576b4b9ed46d41e2d45a2256e5e2316dde6834...dcc7a0cba800f454d79fff4b993e8c3555bcc0a8) --- 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/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 cab28e26..98a79edb 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@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # v43.0.1 + uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7 with: files: | **/*.csv diff --git a/.github/workflows/json-lint.yaml b/.github/workflows/json-lint.yaml index a8181a77..a985f01d 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@20576b4b9ed46d41e2d45a2256e5e2316dde6834 # v43.0.1 + uses: tj-actions/changed-files@dcc7a0cba800f454d79fff4b993e8c3555bcc0a8 # v45.0.7 with: files: | **/*.json