From 20be55f11287202647e5136888fb7976272fe0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:20:54 +0000 Subject: [PATCH] Bump tj-actions/changed-files Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 2bb135777322059ee3a3c9239999b159ff49febc to 934b2d2c7e653bb8c968afed5a0428617f09aa24. - [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/2bb135777322059ee3a3c9239999b159ff49febc...934b2d2c7e653bb8c968afed5a0428617f09aa24) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: 934b2d2c7e653bb8c968afed5a0428617f09aa24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 88e489a110d..ba263c757da 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@2bb135777322059ee3a3c9239999b159ff49febc + uses: tj-actions/changed-files@934b2d2c7e653bb8c968afed5a0428617f09aa24 with: token: ${{ secrets.GITHUB_TOKEN }}