diff --git a/.github/workflows/changelog-changed.yml b/.github/workflows/changelog-changed.yml index 4288c32..7b7cff9 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.8 with: files: CHANGELOG.md diff --git a/.github/workflows/ct-matrix.yml b/.github/workflows/ct-matrix.yml index 357fa1d..cf2e342 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.8 with: files_ignore: | README.md