From c96ffa62355ca4791ef781380e00fd3f7af99337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:04:21 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 29.0.4 to 35.6.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.4 to 35.6.4. - [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/v29.0.4...v35.6.4) --- 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/CI.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a426afc7e..242de67d64 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v3 - name: Check frontend files id: check-frontend - uses: tj-actions/changed-files@v29.0.4 + uses: tj-actions/changed-files@v35.6.4 with: files: | **/web/**/* @@ -31,19 +31,19 @@ jobs: **/web/**/*.md - name: Check markdown files id: check-markdown - uses: tj-actions/changed-files@v29.0.4 + uses: tj-actions/changed-files@v35.6.4 with: files: | **/*.md - name: Check json files id: check-json - uses: tj-actions/changed-files@v29.0.4 + uses: tj-actions/changed-files@v35.6.4 with: files: | **/*.json - name: Check python files id: check-python - uses: tj-actions/changed-files@v29.0.4 + uses: tj-actions/changed-files@v35.6.4 with: files: | **/*.py @@ -52,7 +52,7 @@ jobs: .python-version - name: Check if workflows have changed id: check-workflows - uses: tj-actions/changed-files@v29.0.4 + uses: tj-actions/changed-files@v35.6.4 with: files: | **/.github/workflows/**/*.yml