From 72bfd6afbe516746985fb7a2bd84705b7474759f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:54:18 +0000 Subject: [PATCH] chore(deps): update tj-actions/verify-changed-files action to v18 --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/format-tidy.yml | 2 +- .github/workflows/sync-release-version.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index bc8ced8..af97de3 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@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: README.md diff --git a/.github/workflows/format-tidy.yml b/.github/workflows/format-tidy.yml index 01ed4ce..dabf873 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@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: | diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 64d5700..2f3f6c7 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@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9b4972a..24f0bd9 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@v17 + uses: tj-actions/verify-changed-files@v18 id: verify-changed-files with: files: |