From f01490a9db3d05859606a48a53d48a07862a7bed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 09:50:03 +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 37 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/v37...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '46' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/dev-releases-for-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 449a87e03..fc0352d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }} - run: npm install - id: files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v46 with: json: true write_output_files: true diff --git a/.github/workflows/dev-releases-for-pr.yml b/.github/workflows/dev-releases-for-pr.yml index 12c52e150..ee8b45c52 100644 --- a/.github/workflows/dev-releases-for-pr.yml +++ b/.github/workflows/dev-releases-for-pr.yml @@ -37,7 +37,7 @@ jobs: key: ${{ runner.os }}-dependency-caching-${{ hashFiles('package.json', '*/package.json') }} - run: npm install - id: files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v46 with: json: true write_output_files: true