From 90c379922312ff0112430ff0d4dfbab5dbfe5441 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:31:00 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44.5.7 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 207bfef4..a8790f3f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -88,7 +88,7 @@ jobs: # Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259 - name: "Get changed files" id: "files" - uses: "tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78" # v44.5.2 + uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7 with: files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml" base_sha: "${{ steps.setSHAs.outputs.base }}" @@ -139,7 +139,7 @@ jobs: # Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259 - name: "Get changed files" id: "files" - uses: "tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78" # v44.5.2 + uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7 with: files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml" base_sha: "${{ steps.setSHAs.outputs.base }}" @@ -190,7 +190,7 @@ jobs: # Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259 - name: "Get changed files" id: "files" - uses: "tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78" # v44.5.2 + uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7 with: files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml" base_sha: "${{ steps.setSHAs.outputs.base }}" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f319de9a..36f50f1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,7 +156,7 @@ jobs: # Temporary solution until Nx solve this https://github.com/nrwl/nx/issues/22259 - name: "Get changed files" id: "files" - uses: "tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78" # v44.5.2 + uses: "tj-actions/changed-files@c65cd883420fd2eb864698a825fc4162dd94482c" # v44.5.7 with: files_ignore_from_source_file: ".github/ignore-files-for-nx-affected.yml" base_sha: "${{ steps.setSHAs.outputs.base }}"