From dbb089cbc8dd6db4265c127f8a0e0f0152163a92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 16:01:26 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44 --- .github/workflows/get-changed-files.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get-changed-files.yaml b/.github/workflows/get-changed-files.yaml index 9c3593b3c8..c91b5536a0 100644 --- a/.github/workflows/get-changed-files.yaml +++ b/.github/workflows/get-changed-files.yaml @@ -33,7 +33,7 @@ jobs: fetch-depth: 2 - name: Check if component (`src` directory) files have changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 id: component-files-changed # Return 'true' for any directories listed here that changed with: @@ -41,7 +41,7 @@ jobs: src/** - name: Check if docs (`docs` directory) files have changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 id: docs-files-changed # Return 'true' for any directories listed here that changed with: @@ -49,7 +49,7 @@ jobs: docs/** - name: Check if files changed in `src/`, `docs/`, or `cypress/` directories - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 id: components-or-docs-or-cypress-files-changed # Return 'true' for any directories listed here that changed with: @@ -59,7 +59,7 @@ jobs: cypress/** - name: Check if package.json or pnpm.lock files changed - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 id: package-json-pnpm-lock-files-changed # Return 'true' for any directories listed here that changed with: