From 1bb4e3c4537633f49d87843ab914aaf6491ef79d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 01:45:10 +0000 Subject: [PATCH] chore(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v42...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/nx.template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e91876d..9517b7ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,7 +40,7 @@ jobs: - name: Get changed files id: files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v46 with: files_ignore: package-lock.json base_sha: ${{ steps.setSHAs.outputs.base }} diff --git a/.github/workflows/nx.template.yaml b/.github/workflows/nx.template.yaml index ee13520c..46d6a36d 100644 --- a/.github/workflows/nx.template.yaml +++ b/.github/workflows/nx.template.yaml @@ -51,7 +51,7 @@ jobs: - name: Get changed files id: files - uses: tj-actions/changed-files@v42 + uses: tj-actions/changed-files@v46 with: files_ignore: | package.json