Skip to content

Commit ae4ed68

Browse files
authored
Merge pull request #968 from nipreps/dependabot/github_actions/actions-infrastructure-1cc54e3a68
Build(deps): Bump actions/setup-python from 5 to 6 in the actions-infrastructure group
2 parents c9fd054 + c1d5939 commit ae4ed68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Set up Python 3
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3
3535
- name: Display Python version
@@ -131,7 +131,7 @@ jobs:
131131
sudo apt update
132132
sudo apt install -y --no-install-recommends graphviz
133133
- name: Set up Python ${{ matrix.python-version }}
134-
uses: actions/setup-python@v5
134+
uses: actions/setup-python@v6
135135
with:
136136
python-version: ${{ matrix.python-version }}
137137
- name: Display Python version

0 commit comments

Comments
 (0)