From a9192ac436644423e74566ac485def3f2b67b9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:00:45 -0600 Subject: [PATCH] chore(deps): bump tj-actions/changed-files from 42.0.5 to 42.1.0 (#1705) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check-yaml-format.yml | 2 +- .github/workflows/test_dispatcher.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-yaml-format.yml b/.github/workflows/check-yaml-format.yml index 811bec561..7b8bafbc6 100644 --- a/.github/workflows/check-yaml-format.yml +++ b/.github/workflows/check-yaml-format.yml @@ -15,7 +15,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v42.0.5 + uses: tj-actions/changed-files@v42.1.0 with: files: | _data/**/*.yml diff --git a/.github/workflows/test_dispatcher.yml b/.github/workflows/test_dispatcher.yml index ce25fcf9f..48d33d3fa 100644 --- a/.github/workflows/test_dispatcher.yml +++ b/.github/workflows/test_dispatcher.yml @@ -25,7 +25,7 @@ jobs: - name: Get changed files id: changed_files - uses: tj-actions/changed-files@v42.0.5 + uses: tj-actions/changed-files@v42.1.0 with: sha: ${{ github.event.pull_request.head.sha }} json: "true"