diff --git a/.github/workflows/build_and_publish_to_test_pypi.yml b/.github/workflows/build_and_publish_to_test_pypi.yml index 58987e89..d5f49ad7 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.3 + uses: tj-actions/changed-files@v44.5.5 with: files: | setup.py diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1e1cceec..65fc8c4f 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.3 + uses: tj-actions/changed-files@v44.5.5 with: files: | ezsnmp/*.py diff --git a/.github/workflows/sphinx_build.yml b/.github/workflows/sphinx_build.yml index c1cc2490..fc554298 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.3 + uses: tj-actions/changed-files@v44.5.5 with: files: | sphinx_docs_build/source/*.rst diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fc540b1b..489ba6fe 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.3 + uses: tj-actions/changed-files@v44.5.5 with: files: | ezsnmp/*.py