From 46e690ad24ceb61b1297910b1884640da1eac7de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:14:19 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 40 to 45 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 40 to 45. - [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/v40...v45) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/python-publish-test.yml | 2 +- .github/workflows/python-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-publish-test.yml b/.github/workflows/python-publish-test.yml index ff0faeb25..478884e42 100644 --- a/.github/workflows/python-publish-test.yml +++ b/.github/workflows/python-publish-test.yml @@ -21,7 +21,7 @@ jobs: # Check for changed init file (for new version) - name: Get changed init files id: files-changed - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 with: files: | lib/python/src/bailo/__init__.py diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 4e0c4b682..8342b1dfa 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -19,7 +19,7 @@ jobs: # Check for changed init file (for new version) - name: Get changed init files id: files-changed - uses: tj-actions/changed-files@v40 + uses: tj-actions/changed-files@v45 with: files: | lib/python/src/bailo/__init__.py