Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tj-actions/changed-files from 32.1.0 to 33.0.0 #46

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump tj-actions/changed-files from 32.1.0 to 33.0.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.1.0 to 33.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v32.1.0...v33.0.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
commit 404c895a44128249ef0325ab3dff0376410d5dbb
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 2
- name: Check frontend files
id: check-frontend
uses: tj-actions/changed-files@v32.1.0
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/web/**/*
Expand All @@ -31,19 +31,19 @@ jobs:
**/web/**/*.md
- name: Check markdown files
id: check-markdown
uses: tj-actions/changed-files@v32.1.0
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/*.md
- name: Check json files
id: check-json
uses: tj-actions/changed-files@v32.1.0
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/*.json
- name: Check python files
id: check-python
uses: tj-actions/changed-files@v32.1.0
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/*.py
Expand All @@ -52,7 +52,7 @@ jobs:
.python-version
- name: Check if workflows have changed
id: check-workflows
uses: tj-actions/changed-files@v32.1.0
uses: tj-actions/changed-files@v33.0.0
with:
files: |
**/.github/workflows/**/*.yml
Expand Down