From 33bb51ab7ba9691f487d9cfdedf6559ea82c11cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:58:32 +0100 Subject: [PATCH] Bump actions/setup-python from 4 to 5 (#1054) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_pipelines_anat.yml | 2 +- .github/workflows/test_pipelines_anat_freesurfer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_pipelines_anat.yml b/.github/workflows/test_pipelines_anat.yml index bc7cb8a92..d542fdcad 100644 --- a/.github/workflows/test_pipelines_anat.yml +++ b/.github/workflows/test_pipelines_anat.yml @@ -57,7 +57,7 @@ jobs: with: version: ${{ env.POETRY_VERSION }} virtualenvs-create: false - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry diff --git a/.github/workflows/test_pipelines_anat_freesurfer.yml b/.github/workflows/test_pipelines_anat_freesurfer.yml index f843a45f7..32b633af7 100644 --- a/.github/workflows/test_pipelines_anat_freesurfer.yml +++ b/.github/workflows/test_pipelines_anat_freesurfer.yml @@ -48,7 +48,7 @@ jobs: with: version: ${{ env.POETRY_VERSION }} virtualenvs-create: false - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: poetry