From 7bb1f950696b319ac8c7d31772799243934e0a9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:32:49 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44.5.7 --- .github/workflows/test.yaml | 2 +- .github/workflows/vale.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ee3937f1f..07dae9ce2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44.5.6 + uses: tj-actions/changed-files@v44.5.7 with: files: | **/*.md diff --git a/.github/workflows/vale.yaml b/.github/workflows/vale.yaml index feadee34f..5956db91f 100644 --- a/.github/workflows/vale.yaml +++ b/.github/workflows/vale.yaml @@ -13,7 +13,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v44.5.6 + uses: tj-actions/changed-files@v44.5.7 with: files: | **/*.{md,mdx}