From e3cc2ab4d2ceb668d10cede3ae7f6e40a9afd930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:44:23 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 19 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 19 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v19...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-api-docs.yml | 2 +- .github/workflows/sync-utils-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-api-docs.yml b/.github/workflows/sync-api-docs.yml index 0a4e7ccc87f..0749a1e9506 100644 --- a/.github/workflows/sync-api-docs.yml +++ b/.github/workflows/sync-api-docs.yml @@ -21,7 +21,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v41 with: files: | docs/** diff --git a/.github/workflows/sync-utils-docs.yml b/.github/workflows/sync-utils-docs.yml index d70aabf4b81..e047846ebac 100644 --- a/.github/workflows/sync-utils-docs.yml +++ b/.github/workflows/sync-utils-docs.yml @@ -74,7 +74,7 @@ jobs: - name: Get changed files in the docs folder id: changed-files - uses: tj-actions/changed-files@v19 + uses: tj-actions/changed-files@v41 with: files: | docs/utils-reference/**