From 3c29597876b132e3b2c849f3b36d71891372d91a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 04:28:32 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v40 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 40bc0c3..594efd0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v4 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 with: json: ${{ matrix.json }} include_all_old_new_renamed_files: true @@ -188,7 +188,7 @@ jobs: args: --release --all-features - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 with: json: ${{ matrix.json }} include_all_old_new_renamed_files: true