File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 60
60
- name : Set up Python
61
61
uses : actions/setup-python@v5
62
62
with :
63
- python-version : >-
64
- 3.10
63
+ python-version : " 3.11"
64
+ cache : " pip"
65
+ cache-dependency-path : " requirements.txt"
65
66
66
67
- name : Install Python tooling
67
68
run : python -m pip install --upgrade nox virtualenv sphinx-lint
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
- linkcheck
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Set up Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : " 3.11"
33
33
cache : ' pip'
Original file line number Diff line number Diff line change 19
19
20
20
steps :
21
21
- name : Grab the repo src
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
with :
24
24
fetch-depth : 0 # To reach the common commit
25
25
- name : Set up git user as [bot]
@@ -51,10 +51,11 @@ jobs:
51
51
git merge '${{ github.event.repository.default_branch }}'
52
52
53
53
- name : Set up Python
54
- uses : actions/setup-python@v4
54
+ uses : actions/setup-python@v5
55
55
with :
56
- python-version : >-
57
- 3.10
56
+ python-version : " 3.11"
57
+ cache : " pip"
58
+ cache-dependency-path : " requirements.txt"
58
59
59
60
- name : Install Python tooling
60
61
run : python -m pip install --upgrade nox virtualenv
You can’t perform that action at this time.
0 commit comments