Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/changelog-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ct-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading