From a5e34af32a81c0024cab5d0cee857b404c3a063d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:43:34 +0000 Subject: [PATCH] chore(deps): bump tj-actions/verify-changed-files in /.github/workflows Bumps [tj-actions/verify-changed-files](https://github.com/tj-actions/verify-changed-files) from 13 to 17. - [Release notes](https://github.com/tj-actions/verify-changed-files/releases) - [Changelog](https://github.com/tj-actions/verify-changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/verify-changed-files/compare/v13...v17) --- updated-dependencies: - dependency-name: tj-actions/verify-changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd28fb9b..a078d089c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Check if queries are out of sync with nvim-treesitter if: ${{ runner.os == 'Linux' }} - uses: tj-actions/verify-changed-files@v13 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: | diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 913ca8981..1eba21774 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -27,7 +27,7 @@ jobs: npm run format - name: Check for changes - uses: tj-actions/verify-changed-files@v13 + uses: tj-actions/verify-changed-files@v17 id: verify-changed-files with: files: |