From 9b109ee191d1dcfce3360a7b30563dbedff646e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:10:27 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44 --- .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 6c00f1e..2f12ffd 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@v43 + uses: tj-actions/changed-files@v44 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@v43 + uses: tj-actions/changed-files@v44 with: json: ${{ matrix.json }} include_all_old_new_renamed_files: true