From 229d0cd0d278f3a3743a65a472bd65153363b5cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 03:46:19 +0000 Subject: [PATCH] chore(deps): update tj-actions/changed-files action to v39.1.2 --- .github/workflows/develop_ci.yml | 2 +- .github/workflows/pr_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index e0c64737..4393a3d9 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.1.1 + uses: tj-actions/changed-files@v39.1.2 with: files: | .github/workflows/develop_ci.yml diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index 4370d70a..eaf71064 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -20,7 +20,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v39.1.1 + uses: tj-actions/changed-files@v39.1.2 with: files: | .github/workflows/pr_ci.yml