From 5154ce128a157ad822dd4314c4170827f4f3f169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:12:26 +0000 Subject: [PATCH] (dependabot): Bump tj-actions/changed-files from 45.0.4 to 45.0.7 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.7. - [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.7) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... 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..e2d1f25 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.7 with: files: CHANGELOG.md diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 0e31e4d..ba9cfd8 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.7 with: files_ignore: | README.md