From 265cf0c7cd998fe5581ca52aa6d93369cce2fc21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:30:59 +0000 Subject: [PATCH] Bump tj-actions/changed-files from 18.4 to 26.1 Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 18.4 to 26.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/v18.4...v26.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 7f2d9d8..5158bef 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@v36 + uses: tj-actions/changed-files@v26.1 with: separator: "," files: | diff --git a/.github/workflows/ci_validation.yml b/.github/workflows/ci_validation.yml index 95b9f74..df8476c 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@v18.4 + uses: tj-actions/changed-files@v26.1 with: files: | **/*.ipynb diff --git a/.github/workflows/notebook_pep8check.yml b/.github/workflows/notebook_pep8check.yml index acd0df5..fd53c6a 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@v35 + uses: tj-actions/changed-files@v26.1 with: separator: "," files: | diff --git a/.github/workflows/script_pep8check.yml b/.github/workflows/script_pep8check.yml index e0f55f3..3ebed47 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@v35 + uses: tj-actions/changed-files@v26.1 with: separator: "," files: |