From d2e517dbbe9e3809ce441cd3564c1151abd04512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:09:02 +0000 Subject: [PATCH] (dependabot): Bump tj-actions/changed-files from 45.0.4 to 45.0.6 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.4 to 45.0.6. - [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.6) --- 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..3f6592d 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.6 with: files: CHANGELOG.md diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 0e31e4d..543da47 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.6 with: files_ignore: | README.md