Skip to content

Commit

Permalink
build(deps): bump tj-actions/changed-files from 44.5.7 to 45.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 44.5.7 to 45.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@v44.5.7...v45.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 9d10bdd commit cc94c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Find changed ttl files
id: changed-ttl-files
uses: tj-actions/changed-files@v44.5.7
uses: tj-actions/changed-files@v45.0.0
with:
files: |
src/**/*.ttl
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Check if poetry files have changed
id: changed-poetry-files
uses: tj-actions/changed-files@v44.5.7
uses: tj-actions/changed-files@v45.0.0
with:
files: |
script/poetry.lock
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Check if python files have changed
id: changed-python-files
uses: tj-actions/changed-files@v44.5.7
uses: tj-actions/changed-files@v45.0.0
with:
files: |
script/**/*.*
Expand Down

0 comments on commit cc94c71

Please sign in to comment.