From ff457fbe30395c021b1b8a36f5bae1ce9d9a75f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:56:23 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files in /.github/workflows Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 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/v35...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f025ec57f..56db5bf1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: - name: Get all changed files excluding docs and README id: changed-files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v41 with: files_ignore: | **/*.md @@ -81,7 +81,7 @@ jobs: - name: Get all changed files excluding docs and README id: changed-files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v41 with: files_ignore: | **/*.md