Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 39.2.4 to 40.0.0
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 39.2.4 to 40.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@v39.2.4...v40.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 and jentfoo committed Oct 30, 2023
1 parent 0ee6fee commit 45675f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csv-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.0
with:
files: |
**/*.csv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/json-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v39.2.4
uses: tj-actions/changed-files@v40.0.0
with:
files: |
**/*.json
Expand Down

0 comments on commit 45675f0

Please sign in to comment.