From 831265839909cff291fdc0f18a7c6360500100d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 08:18:47 +0200 Subject: [PATCH] Bump tj-actions/changed-files from 24 to 25 (#4432) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 24 to 25. - [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/v24...v25) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 aec6c742fb..66bfb8dd1e 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@v24 + uses: tj-actions/changed-files@v25 with: files: | **/web/**/* @@ -31,19 +31,19 @@ jobs: **/web/**/*.md - name: Check markdown files id: check-markdown - uses: tj-actions/changed-files@v24 + uses: tj-actions/changed-files@v25 with: files: | **/*.md - name: Check json files id: check-json - uses: tj-actions/changed-files@v24 + uses: tj-actions/changed-files@v25 with: files: | **/*.json - name: Check python files id: check-python - uses: tj-actions/changed-files@v24 + uses: tj-actions/changed-files@v25 with: files: | **/*.py @@ -52,7 +52,7 @@ jobs: .python-version - name: Check if workflows have changed id: check-workflows - uses: tj-actions/changed-files@v24 + uses: tj-actions/changed-files@v25 with: files: | **/.github/workflows/**/*.yml