From 1c719ba7f8063a10c20d99f1c06b6392cc7f90e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 02:48:06 +0500 Subject: [PATCH] Bump tj-actions/changed-files from 44 to 47 in /.github/workflows (#82) * Bump tj-actions/changed-files from 44 to 47 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44 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/v44...v47) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-version: '47' dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: timansky --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 740e5ca..8c932e6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -49,7 +49,7 @@ jobs: - name: Check changed Perl files id: changed-files-perl - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v47 with: files: | **/*.pm @@ -57,14 +57,14 @@ jobs: - name: Check changed Markdown files id: changed-files-markdown - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v47 with: files: | **/*.md - name: Check changed test files id: changed-files-test - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v47 with: files: | tests/**/*.t