Skip to content

Commit 94a25e8

Browse files
committed
maint: update python version in GHA
1 parent 3671b44 commit 94a25e8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: .github/workflows/deploy.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
with:
1515
path: mkdocs
16-
- name: Set up Python 3.8
17-
uses: actions/setup-python@v1
16+
- name: Set up Python 3.12
17+
uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.8
19+
python-version: '3.12'
20+
cache: pip
2021
- name: Setup Git & Install dependencies
2122
run: |
2223
git config --global user.email "[email protected]"
2324
git config --global user.name "nipreps-bot"
2425
python -m pip install --upgrade pip
2526
pip install -r mkdocs/requirements.txt
26-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2728
with:
2829
ref: master
2930
path: www

0 commit comments

Comments
 (0)