Skip to content

Commit a479add

Browse files
authored
Merge pull request #1437 from nipy/dependabot/github_actions/actions-infrastructure-1cc54e3a68
chore(deps): bump actions/setup-python from 5 to 6 in the actions-infrastructure group
2 parents 0a123d8 + bc35d2e commit a479add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
47-
- uses: actions/setup-python@v5
47+
- uses: actions/setup-python@v6
4848
with:
4949
python-version: 3
5050
- run: pip install --upgrade build twine
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
name: archive
8585
path: archive/
86-
- uses: actions/setup-python@v5
86+
- uses: actions/setup-python@v6
8787
with:
8888
python-version: 3
8989
- name: Display Python version
@@ -212,7 +212,7 @@ jobs:
212212
uses: astral-sh/setup-uv@v6
213213
- name: Set up Python ${{ matrix.python-version }}
214214
if: "!endsWith(matrix.python-version, 't')"
215-
uses: actions/setup-python@v5
215+
uses: actions/setup-python@v6
216216
with:
217217
python-version: ${{ matrix.python-version }}
218218
architecture: ${{ matrix.architecture }}
@@ -267,7 +267,7 @@ jobs:
267267
steps:
268268
- uses: actions/checkout@v5
269269
- name: Set up Python ${{ matrix.python-version }}
270-
uses: actions/setup-python@v5
270+
uses: actions/setup-python@v6
271271
with:
272272
python-version: 3
273273
- name: Display Python version

0 commit comments

Comments
 (0)