From 8749188b83d75679ded18f1176f0b5fd6b3c45d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:31:36 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 46.0.5 to 47.0.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 46.0.5 to 47.0.1. - [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/ed68ef82c095e0d48ec87eccea555d944a631a4c...e0021407031f5be11a464abee9a0776171c79891) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 47.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7a820bb597..54f29b4f0f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | docs/**/*.md @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v6 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/**/*.rb @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.erb @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.ts @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.pcss