Skip to content

Commit

Permalink
(dependabot): Bump tj-actions/changed-files from 44.5.2 to 44.5.5 (#14)
Browse files Browse the repository at this point in the history
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](tj-actions/changed-files@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent bfe257f commit 9a410d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ct-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-creates-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}/**

Expand Down

0 comments on commit 9a410d5

Please sign in to comment.