From 871d27221bfc18304d8321e66cccfc1c4e828a09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:00:23 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/apptainer_build.yml | 2 +- .github/workflows/run_tests_cli.yml | 4 ++-- .github/workflows/run_tests_notebooks.yml | 2 +- .github/workflows/tests.yml | 6 +++--- .github/workflows/tests_octave.yml | 2 +- .github/workflows/tests_windows.yml | 2 +- .github/workflows/validation.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/apptainer_build.yml b/.github/workflows/apptainer_build.yml index a9372a0f..c900902b 100644 --- a/.github/workflows/apptainer_build.yml +++ b/.github/workflows/apptainer_build.yml @@ -16,7 +16,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/run_tests_cli.yml b/.github/workflows/run_tests_cli.yml index 5bea6d20..3c8d8840 100644 --- a/.github/workflows/run_tests_cli.yml +++ b/.github/workflows/run_tests_cli.yml @@ -34,7 +34,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -60,7 +60,7 @@ jobs: if: github.repository_owner == 'cpp-lln-lab' steps: - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/run_tests_notebooks.yml b/.github/workflows/run_tests_notebooks.yml index 83be0390..6e339a3e 100644 --- a/.github/workflows/run_tests_notebooks.yml +++ b/.github/workflows/run_tests_notebooks.yml @@ -36,7 +36,7 @@ jobs: release: R2023a - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index edc640c1..f6f442ad 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,7 +65,7 @@ jobs: pip install datalad - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -160,7 +160,7 @@ jobs: pip install datalad - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 @@ -264,7 +264,7 @@ jobs: pip install datalad - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/tests_octave.yml b/.github/workflows/tests_octave.yml index ba9627db..83e44475 100644 --- a/.github/workflows/tests_octave.yml +++ b/.github/workflows/tests_octave.yml @@ -74,7 +74,7 @@ jobs: python-version: '3.11' - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/tests_windows.yml b/.github/workflows/tests_windows.yml index aa472770..cce70b13 100644 --- a/.github/workflows/tests_windows.yml +++ b/.github/workflows/tests_windows.yml @@ -72,7 +72,7 @@ jobs: python-version: '3.11' - name: Clone bidspm - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive fetch-depth: 0 diff --git a/.github/workflows/validation.yml b/.github/workflows/validation.yml index 4f1946de..42e62f16 100644 --- a/.github/workflows/validation.yml +++ b/.github/workflows/validation.yml @@ -16,7 +16,7 @@ jobs: validate_cff: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check whether the citation metadata from CITATION.cff is valid uses: citation-file-format/cffconvert-github-action@2.0.0 with: