diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 520988d..56c41f4 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -59,7 +59,7 @@ jobs: filename: coverage2.out - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: README.md diff --git a/.github/workflows/format-tidy.yml b/.github/workflows/format-tidy.yml index c0a20e7..6a5f189 100644 --- a/.github/workflows/format-tidy.yml +++ b/.github/workflows/format-tidy.yml @@ -50,7 +50,7 @@ jobs: make tidy - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: | diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 9e0b969..b4510dd 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -105,7 +105,7 @@ jobs: uses: tj-actions/branch-names@v8 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18df5e0..9b4972a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -162,7 +162,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: | diff --git a/test/README-codeBlocks.md b/test/README-codeBlocks.md index d62c316..ea83c38 100644 --- a/test/README-codeBlocks.md +++ b/test/README-codeBlocks.md @@ -2,7 +2,7 @@ ```yaml -- uses: tj-actions/changed-files@v40.2.2 +- uses: tj-actions/changed-files@v41.0.1 id: changed-files with: # Specify a different base commit SHA used for comparing diff --git a/test/README-codeBlocksMajorVersion.md b/test/README-codeBlocksMajorVersion.md index c6ce9d6..bc851e0 100644 --- a/test/README-codeBlocksMajorVersion.md +++ b/test/README-codeBlocksMajorVersion.md @@ -2,7 +2,7 @@ ```yaml -- uses: tj-actions/changed-files@v40 +- uses: tj-actions/changed-files@v41 id: changed-files with: # Specify a different base commit SHA used for comparing