From b06355ff1fd5a6e424c1e7928c905530d9d4d71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 03:23:38 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 44.1.0 to 44.3.0 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.1.0 to 44.3.0. - [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/v44.1.0...v44.3.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- .github/workflows/sphinx_build.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 1885b6b..7103640 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@v44.1.0 + uses: tj-actions/changed-files@v44.3.0 with: files: | purpleair_api/*.py diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index d6cf442..99e5ee1 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@v44.1.0 + uses: tj-actions/changed-files@v44.3.0 with: files: | sphinx_docs_build/source/*.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cddcdf8..7d6405d 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@v44.1.0 + uses: tj-actions/changed-files@v44.3.0 with: files: | purpleair_api/*.py