From 49dce9f252102cf7982b21cb267f7f4e7f36af75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:56:39 +0000 Subject: [PATCH] build(deps): bump tj-actions/changed-files from 43 to 44 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44. - [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/v43...v44) --- 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 e781437a3..e7d628cca 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@v43 + uses: tj-actions/changed-files@v44 with: files: | **.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: list changed markdown files id: changedfiles - uses: tj-actions/changed-files@v43 + uses: tj-actions/changed-files@v44 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@v43 + uses: tj-actions/changed-files@v44 with: files: '**.md' - uses: rojopolis/spellcheck-github-actions@0.36.0