From 564b0b7ee7bdd48ead9598de0671dc045df3d0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:32:28 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 45 to 47 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 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/v45...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/runner.yml | 2 +- .github/workflows/static_checks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runner.yml b/.github/workflows/runner.yml index 62f9327d9..05f3be535 100644 --- a/.github/workflows/runner.yml +++ b/.github/workflows/runner.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - uses: tj-actions/changed-files@v45 + - uses: tj-actions/changed-files@v47 id: filter with: files_yaml: | diff --git a/.github/workflows/static_checks.yml b/.github/workflows/static_checks.yml index 868e80129..7987f482a 100644 --- a/.github/workflows/static_checks.yml +++ b/.github/workflows/static_checks.yml @@ -18,7 +18,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v45 + uses: tj-actions/changed-files@v47 - name: Style checks via pre-commit uses: pre-commit/action@v3.0.1