From f26a7ea363a09e7b8a34044b47d6af7485f4ad1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:59:41 +0000 Subject: [PATCH] Update tj-actions/verify-changed-files action to v13 --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/format-tidy.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: |