From 619408d09d107b92630a4e04848de1178a2f9e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 16:12:22 +0200 Subject: [PATCH] Bump tj-actions/changed-files from 39 to 40 (#1807) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/android-ci.yml | 2 +- .github/workflows/ios-ci.yml | 2 +- .github/workflows/linux-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index 9463c2ddf31..568c9729d9e 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -27,7 +27,7 @@ jobs: - name: Get all Android files that have changed if: github.event_name != 'workflow_dispatch' id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 with: files_yaml_from_source_file: .github/changed-files.yml diff --git a/.github/workflows/ios-ci.yml b/.github/workflows/ios-ci.yml index c514773bc01..068a460f376 100644 --- a/.github/workflows/ios-ci.yml +++ b/.github/workflows/ios-ci.yml @@ -28,7 +28,7 @@ jobs: - name: Get all iOS files that have changed if: github.event_name != 'workflow_dispatch' id: changed-files-yaml - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 with: files_yaml_from_source_file: .github/changed-files.yml diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index 2bff4d22333..58e0af7cf58 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -32,7 +32,7 @@ jobs: - name: Get all Linux files that have changed if: github.event_name != 'workflow_dispatch' id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 with: files_yaml_from_source_file: .github/changed-files.yml