From 7d8ce0fd75d5b4b3d8cc00c0f4bd624b7f20d124 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 18:31:46 -0400 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v45 (#2399) --- .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 c91b5536a0..e2c7c7152c 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@v44 + uses: tj-actions/changed-files@v45 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@v44 + uses: tj-actions/changed-files@v45 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@v44 + uses: tj-actions/changed-files@v45 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@v44 + uses: tj-actions/changed-files@v45 id: package-json-pnpm-lock-files-changed # Return 'true' for any directories listed here that changed with: