From 7696c558886e8c2bc0e216b5e2cf879fc1393912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:12:51 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 41 to 42 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. - [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/v41...v42) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lintdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lintdocs.yml b/.github/workflows/lintdocs.yml index 8c169d8a..681fff9b 100644 --- a/.github/workflows/lintdocs.yml +++ b/.github/workflows/lintdocs.yml @@ -28,7 +28,7 @@ jobs: - name: Get changed markdown files id: changed - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **.md @@ -68,7 +68,7 @@ jobs: - name: Get changed restructured text files id: changed - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **.rst @@ -97,7 +97,7 @@ jobs: - name: Get changed restructured text files id: changed - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v42 with: files: | **.rst