Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/psf/black-24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto authored Mar 22, 2024
2 parents 87fdf00 + 888c626 commit 62b6e4e
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].0
uses: tj-actions/[email protected].1
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].0
uses: tj-actions/[email protected].1
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].0
uses: tj-actions/[email protected].1
with:
files: |
purpleair_api/*.py
Expand Down

0 comments on commit 62b6e4e

Please sign in to comment.