From 69d997a3e7bd865874168af1ee1a39ae39c36540 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:51:20 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 43.0.1 to 44.5.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43.0.1 to 44.5.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/20576b4b9ed46d41e2d45a2256e5e2316dde6834...03334d095e2739fa9ac4034ec16f66d5d01e9eba) --- 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..62e7a464 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@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1 with: files: | **/*.csv diff --git a/.github/workflows/json-lint.yaml b/.github/workflows/json-lint.yaml index a8181a77..ea4b391d 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@03334d095e2739fa9ac4034ec16f66d5d01e9eba # v44.5.1 with: files: | **/*.json