Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/coverage-7.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto authored Dec 15, 2024
2 parents a36eb1b + 74c7371 commit 40a985c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behave_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Check for changes in setup.py/cfg
id: changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
files: |
purpleair_data_logger/*.py
Expand Down
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].4
uses: tj-actions/[email protected].5
with:
files: |
purpleair_api/*.py
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Check for changes in setup.py/cfg
id: changed-files
uses: tj-actions/[email protected].4
uses: tj-actions/[email protected].5
with:
files: |
setup.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].4
uses: tj-actions/[email protected].5
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].4
uses: tj-actions/[email protected].5
with:
files: |
purpleair_api/*.py
Expand Down

0 comments on commit 40a985c

Please sign in to comment.