From 6e3c871577176a94f5a74b3fac4c3c0ddd49c1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:09:16 -0800 Subject: [PATCH] build(deps): bump tj-actions/changed-files in /.github/workflows (#141) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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