From aae38be0dc9ad2adf82c425e6f4761035f4e3a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:51:26 +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 41. - [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...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files 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 44831c007..dafec5ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,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@v41 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 c68855fb1..272df7b1a 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@v41 with: json: true write_output_files: true