We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3671b44 commit 94a25e8Copy full SHA for 94a25e8
.github/workflows/deploy.yml
@@ -10,20 +10,21 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
with:
15
path: mkdocs
16
- - name: Set up Python 3.8
17
- uses: actions/setup-python@v1
+ - name: Set up Python 3.12
+ uses: actions/setup-python@v5
18
19
- python-version: 3.8
+ python-version: '3.12'
20
+ cache: pip
21
- name: Setup Git & Install dependencies
22
run: |
23
git config --global user.email "[email protected]"
24
git config --global user.name "nipreps-bot"
25
python -m pip install --upgrade pip
26
pip install -r mkdocs/requirements.txt
27
28
29
ref: master
30
path: www
0 commit comments