From 6caf6ae0e2dee2ee3dd17bf98c3834123a23a5f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 23:24:39 +0000 Subject: [PATCH] Update tj-actions/changed-files action to v47 --- .github/workflows/json.yml | 2 +- .github/workflows/markdown.yml | 2 +- .github/workflows/yaml.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index 5e9a000..5ae5b0f 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | **/*.json diff --git a/.github/workflows/markdown.yml b/.github/workflows/markdown.yml index 528cf34..691d17e 100644 --- a/.github/workflows/markdown.yml +++ b/.github/workflows/markdown.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | **/*.md diff --git a/.github/workflows/yaml.yml b/.github/workflows/yaml.yml index 5a1f6a3..ff8801d 100644 --- a/.github/workflows/yaml.yml +++ b/.github/workflows/yaml.yml @@ -22,7 +22,7 @@ jobs: - name: Get changed files id: detect-changes - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@v47 with: files: | **/*.yaml