From 73ef89c4e95035cb7dd34df0f77a7818cfd7c634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:32:28 -0700 Subject: [PATCH] Bump tj-actions/changed-files from 44.5.7 to 45.0.0 (#160) Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.7 to 45.0.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.5.7...v45.0.0) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_and_publish_to_test_pypi.yml | 2 +- .github/workflows/integration_tests.yml | 2 +- .github/workflows/sphinx_build.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_and_publish_to_test_pypi.yml b/.github/workflows/build_and_publish_to_test_pypi.yml index 5f2762d9..387bdabc 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@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | setup.py diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index bfa797eb..660ae8a6 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -18,7 +18,7 @@ jobs: - name: Check for changes in source code id: changed-files - uses: tj-actions/changed-files@v44.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | ezsnmp/*.py diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index 017cfbb5..958905a0 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.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | sphinx_docs_build/source/*.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2689940c..c4f6e22f 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.5.7 + uses: tj-actions/changed-files@v45.0.0 with: files: | ezsnmp/*.py