From b9cfb827a1380b2dafce09b9b5c68d4c4e5dbcfe Mon Sep 17 00:00:00 2001 From: Michiel Degezelle Date: Wed, 3 Jun 2026 14:55:13 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20tj-actions/changed-files=20v46=20?= =?UTF-8?q?=E2=86=92=20v47=20for=20Node.js=2024=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/check_tests.yml | 2 +- .github/workflows/run_tests.yml | 2 +- .github/workflows/update_templates_production.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check_tests.yml b/.github/workflows/check_tests.yml index 1f49dbd..19f87b9 100644 --- a/.github/workflows/check_tests.yml +++ b/.github/workflows/check_tests.yml @@ -21,7 +21,7 @@ jobs: # Step 2: Get changed YAML files - name: Get changed YAML files id: get-changed-yaml-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 with: # Compare against the main branch base_sha: 'main' diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index b5c45b8..35727b1 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Get changed liquid files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 with: since_last_remote_commit: false dir_names: false diff --git a/.github/workflows/update_templates_production.yml b/.github/workflows/update_templates_production.yml index 70d913b..332f108 100644 --- a/.github/workflows/update_templates_production.yml +++ b/.github/workflows/update_templates_production.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: Get changed liquid files id: changed-files - uses: tj-actions/changed-files@v46 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47 with: since_last_remote_commit: false dir_names: false