From 78a663ee64a839f21f90290e10d2cf3d7438487b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:40:48 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v40 --- .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 ed4493c9a3..e5ac049d10 100644 --- a/.github/workflows/get-changed-files.yaml +++ b/.github/workflows/get-changed-files.yaml @@ -32,7 +32,7 @@ jobs: fetch-depth: 2 - name: Check if component (`src` directory) files have changed - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 id: component-files-changed # Return 'true' for any directories listed here that changed with: @@ -40,7 +40,7 @@ jobs: src/** - name: Check if docs (`docs` directory) files have changed - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 id: docs-files-changed # Return 'true' for any directories listed here that changed with: @@ -48,7 +48,7 @@ jobs: docs/** - name: Check if files changed in `src/`, `docs/`, or `cypress/` directories - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 id: components-or-docs-or-cypress-files-changed # Return 'true' for any directories listed here that changed with: @@ -58,7 +58,7 @@ jobs: cypress/** - name: Check if package.json or yarn.lock files changed - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 id: package-json-yarn-lock-files-changed # Return 'true' for any directories listed here that changed with: