From 28f4c8d244bca1410c87a6832488cdeb40a97f62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:45:48 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 39 to 40 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39 to 40. - [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/v39...v40) --- 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/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ad1208e8e..ffe9cf504 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@v39 + uses: tj-actions/changed-files@v40 with: files: | **.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: list changed markdown files id: changedfiles - uses: tj-actions/changed-files@v39 + uses: tj-actions/changed-files@v40 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@v39 + uses: tj-actions/changed-files@v40 with: files: '**.md' - uses: rojopolis/spellcheck-github-actions@0.33.1