Skip to content

Commit b517d8e

Browse files
authored
Merge pull request #5 from nilearn/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 54561e0 + f1ec3db commit b517d8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: astral-sh/setup-uv@v6
2424

2525
- name: 🐍 Set up Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: 3.12
2929

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install the latest version of uv
3838
uses: astral-sh/setup-uv@v6
3939
- name: Setup python
40-
uses: actions/setup-python@v5
40+
uses: actions/setup-python@v6
4141
with:
4242
python-version: ${{ matrix.py }}
4343
- name: Install tox

0 commit comments

Comments
 (0)