From faafb29a075fd229eb97411d025dfab25b8babea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:51:47 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 36 to 41 in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 36 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/v36...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/check_changelog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index a44cf28..1c61ede 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -19,11 +19,11 @@ jobs: # Get all file changes - name: Get All Changed Files id: get_all_changed_files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v41 # Get all changed in deploy directory - name: Get Deployment Changed Files id: get_deployment_changed_files - uses: tj-actions/changed-files@v36 + uses: tj-actions/changed-files@v41 with: files: deploy/* # List all changed files