Skip to content

Commit 932c450

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 36dde04 + 161b135 commit 932c450

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
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install the latest version of uv
3535
uses: astral-sh/setup-uv@v6
3636
- name: Setup python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.py }}
4040
- name: Install tox

0 commit comments

Comments
 (0)