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 }}/**