From f72ffb202054906cb6d576e54fe3cff8ad05fc70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:53:49 +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 40 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/v40...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ffe9cf504..c8ef95879 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v4 - name: list changed yaml files id: changedfiles - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: | **.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: list changed markdown files id: changedfiles - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: '**.md' - name: lint markdown files @@ -81,7 +81,7 @@ jobs: uses: actions/checkout@v4 - name: list changed markdown files id: changedfiles - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v41 with: files: '**.md' - uses: rojopolis/spellcheck-github-actions@0.33.1