File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
deploy :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- name : Set up Python
12
12
uses : actions/setup-python@v5
13
13
with :
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
- name : Install and Build HTML
15
15
run : |
16
16
pip install --upgrade pip
Original file line number Diff line number Diff line change 4
4
black :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v4
7
+ - uses : actions/checkout@v5
8
8
- name : Run black
9
9
uses : actions/setup-python@v5
10
10
with :
19
19
matrix :
20
20
python : ['3.9', '3.10', '3.11']
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Setup Python
24
24
uses : actions/setup-python@v5
25
25
with :
You can’t perform that action at this time.
0 commit comments