From f703de58b7c36508cf69c4f0ca2158debe5a2fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 02:15:08 +0000 Subject: [PATCH] build(deps): Bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.8. - [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/v45.0.4...v45.0.8) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 45.0.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog-changed.yml | 2 +- .github/workflows/ct-matrix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog-changed.yml b/.github/workflows/changelog-changed.yml index 4288c32..7b7cff9 100644 --- a/.github/workflows/changelog-changed.yml +++ b/.github/workflows/changelog-changed.yml @@ -64,7 +64,7 @@ jobs: contains(github.event.label.name, 'major') || contains(github.event.label.name, 'minor') || contains(github.event.label.name, 'patch') - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.8 with: files: CHANGELOG.md diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 357fa1d..cf2e342 100644 --- a/.github/workflows/ct-matrix.yml +++ b/.github/workflows/ct-matrix.yml @@ -77,7 +77,7 @@ jobs: # Skip: README, CHANGELOG, LICENSE, THIRD-PARTY-LICENSES, .gitignore, GitHub Workflows & Actions, etc. - name: Check for Changes to Determine if Tests can be Skipped id: getChanges - uses: tj-actions/changed-files@v45.0.4 + uses: tj-actions/changed-files@v45.0.8 with: files_ignore: | README.md