From 9c5bb026df62db946abdcca45ea0139fc3d94c34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:58:30 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v44.4.0 --- .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 e20311b71..0d674d0d3 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.3.0 + uses: tj-actions/changed-files@v44.4.0 with: files: | **/*.md diff --git a/.github/workflows/vale.yaml b/.github/workflows/vale.yaml index b21b493d9..11ab02a34 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.3.0 + uses: tj-actions/changed-files@v44.4.0 with: files: | **/*.{md,mdx}