From 3673508f325a0b1d4240c372d1ca9455837fe011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 03:27:17 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 45.0.3 to 45.0.4 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45.0.3 to 45.0.4. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v45.0.3...v45.0.4) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/behave_tests.yml | 2 +- .github/workflows/black.yml | 2 +- .github/workflows/build_and_publish_to_test_pypi.yml | 2 +- .github/workflows/sphinx_build.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/behave_tests.yml b/.github/workflows/behave_tests.yml index 2407ced..2f33b82 100644 --- a/.github/workflows/behave_tests.yml +++ b/.github/workflows/behave_tests.yml @@ -19,7 +19,7 @@ jobs: - name: Check for changes in setup.py/cfg id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | purpleair_data_logger/*.py diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index a582bdd..30da484 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes in source code id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | purpleair_api/*.py diff --git a/.github/workflows/build_and_publish_to_test_pypi.yml b/.github/workflows/build_and_publish_to_test_pypi.yml index f0c2229..27cab6b 100644 --- a/.github/workflows/build_and_publish_to_test_pypi.yml +++ b/.github/workflows/build_and_publish_to_test_pypi.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes in setup.py/cfg id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | setup.py diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index 73c3517..eb42fab 100644 --- a/.github/workflows/sphinx_build.yml +++ b/.github/workflows/sphinx_build.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes in source code id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | sphinx_docs_build/source/*.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1433fc0..25bb728 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes in source code id: changed-files - uses: tj-actions/changed-files@v45.0.3 + uses: tj-actions/changed-files@v45.0.4 with: files: | purpleair_api/*.py