From a454b3aead46b871fe92f5495648c314843038d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 03:10:17 +0000 Subject: [PATCH] CI: Bump tj-actions/changed-files from 46 to 47 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46 to 47. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v46...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8d06dec5a..fdccf71e9 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: pip install yamllint pip install cmakelint - - uses: tj-actions/changed-files@v46 + - uses: tj-actions/changed-files@v47 if: '!cancelled()' id: changed-files-yaml with: @@ -33,7 +33,7 @@ jobs: ${{ steps.changed-files-yaml.outputs.all_changed_files }} # we often have extra long lines, so relaxing the check (from 80) - - uses: tj-actions/changed-files@v46 + - uses: tj-actions/changed-files@v47 if: '!cancelled()' id: changed-files-cmake with: @@ -48,7 +48,7 @@ jobs: # we often have extra long lines, so relaxing the check (from 80) # also do not warn about tabstops - - uses: tj-actions/changed-files@v46 + - uses: tj-actions/changed-files@v47 if: '!cancelled()' id: changed-files-md with: