From 068eefa76b78e8be697e4e89118905536038f5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:32:39 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 35 to 41 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/ci-spell-checking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-spell-checking.yml b/.github/workflows/ci-spell-checking.yml index a85da8f1..6febdca6 100644 --- a/.github/workflows/ci-spell-checking.yml +++ b/.github/workflows/ci-spell-checking.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Get changed files in the content folder id: changed-files-specific - uses: tj-actions/changed-files@v35 + uses: tj-actions/changed-files@v41 with: files: ./content/ - name: Install Vale