From 045b7ad3670a1190ba53829cbccd0090ceb66c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 04:43:43 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 44.5.2 to 45.0.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.2 to 45.0.1. - [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.2...v45.0.1) --- 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/ci_runner.yml | 2 +- .github/workflows/ci_validation.yml | 2 +- .github/workflows/notebook_pep8check.yml | 2 +- .github/workflows/script_pep8check.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_runner.yml b/.github/workflows/ci_runner.yml index 4362a7a..af7774c 100644 --- a/.github/workflows/ci_runner.yml +++ b/.github/workflows/ci_runner.yml @@ -21,7 +21,7 @@ jobs: ## routine to gather only the changed notebook files and supply them to the matrix - name: changed-files id: get-changed-files - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v45.0.1 with: separator: "," files: | diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index 4deda46..0b7a293 100644 --- a/.github/workflows/ci_validation.yml +++ b/.github/workflows/ci_validation.yml @@ -55,7 +55,7 @@ jobs: - name: Gather changed notebooks id: changed-files - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v45.0.1 with: files: | **/*.ipynb diff --git a/.github/workflows/notebook_pep8check.yml b/.github/workflows/notebook_pep8check.yml index b5cea9c..1d76214 100644 --- a/.github/workflows/notebook_pep8check.yml +++ b/.github/workflows/notebook_pep8check.yml @@ -16,7 +16,7 @@ jobs: ## routine to gather only the changed notebook files and supply them to the matrix - name: changed-files id: get-changed-files - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v45.0.1 with: separator: "," files: | diff --git a/.github/workflows/script_pep8check.yml b/.github/workflows/script_pep8check.yml index c361c79..a748926 100644 --- a/.github/workflows/script_pep8check.yml +++ b/.github/workflows/script_pep8check.yml @@ -16,7 +16,7 @@ jobs: ## routine to gather only the changed python files and supply them to the matrix - name: changed-files id: get-changed-files - uses: tj-actions/changed-files@v44.5.2 + uses: tj-actions/changed-files@v45.0.1 with: separator: "," files: |