diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 2f3f6f2c..e9eb3065 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -39,7 +39,7 @@ jobs: filename: coverage.out - name: Verify Changed files - uses: tj-actions/verify-changed-files@v12 + uses: tj-actions/verify-changed-files@v13 id: verify-changed-files with: files: README.md diff --git a/.github/workflows/format-tidy.yml b/.github/workflows/format-tidy.yml index c2517d2a..9db24b86 100644 --- a/.github/workflows/format-tidy.yml +++ b/.github/workflows/format-tidy.yml @@ -56,7 +56,7 @@ jobs: make tidy - name: Verify Changed files - uses: tj-actions/verify-changed-files@v12 + uses: tj-actions/verify-changed-files@v13 id: verify-changed-files with: files: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f638a1c..2ced5a31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -142,7 +142,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v12 + uses: tj-actions/verify-changed-files@v13 id: verify-changed-files with: files: | diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 141125c9..bcc8b811 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -20,7 +20,7 @@ jobs: uses: tj-actions/remark@v3 - name: Verify Changed files - uses: tj-actions/verify-changed-files@v12 + uses: tj-actions/verify-changed-files@v13 id: verify_changed_files with: files: |