From 9a410d549d15bcaecbb4b7119bd19fffc3aab28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:10:43 -0400 Subject: [PATCH] (dependabot): Bump tj-actions/changed-files from 44.5.2 to 44.5.5 (#14) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.2 to 44.5.5. - [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/v44.5.2...v44.5.5) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ct-matrix.yml | 2 +- .github/workflows/push-creates-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 6eff8d3..c5699ec 100644 --- a/.github/workflows/ct-matrix.yml +++ b/.github/workflows/ct-matrix.yml @@ -46,7 +46,7 @@ jobs: # Skip: README, LICENSE, .gitignore, GitHub Workflows & Actions, etc. - name: Check for Changes to Determine if Tests can be Skipped id: getChanges - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v44.5.5 with: files_ignore: | README.md diff --git a/.github/workflows/push-creates-tag.yml b/.github/workflows/push-creates-tag.yml index f17362f..ebc27f3 100644 --- a/.github/workflows/push-creates-tag.yml +++ b/.github/workflows/push-creates-tag.yml @@ -29,7 +29,7 @@ jobs: - name: Check for Changes to See if Tagging can be Skipped id: getChanges - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v44.5.5 with: files: ${{ env.PROJECT_DIR_PATH }}/**