diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a426afc7e..6408ce1abb 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.1 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.1 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.1 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.1 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.1 with: files: | **/.github/workflows/**/*.yml