Skip to content

Commit

Permalink
Bump tj-actions/changed-files from 42.0.6 to 42.0.7
Browse files Browse the repository at this point in the history
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42.0.6 to 42.0.7.
- [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@v42.0.6...v42.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 8, 2024
1 parent 74e8236 commit 09eb199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
purpleair_api/*.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
sphinx_docs_build/source/*.rst
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in source code
id: changed-files
uses: tj-actions/[email protected].6
uses: tj-actions/[email protected].7
with:
files: |
purpleair_api/*.py
Expand Down

0 comments on commit 09eb199

Please sign in to comment.