File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
name : Deploy docs
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v5
14
14
15
15
- name : Install python 3.11
16
16
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 16
16
id-token : write
17
17
18
18
steps :
19
- - uses : actions/checkout@v3
19
+ - uses : actions/checkout@v5
20
20
- name : Set up Python
21
21
uses : actions/setup-python@v5
22
22
with :
Original file line number Diff line number Diff line change 22
22
- " 3.12"
23
23
- " 3.13"
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v5
26
26
27
27
- name : Install python ${{ matrix.python-version }}
28
28
uses : actions/setup-python@v5
58
58
name : Formatting check
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v5
62
62
with :
63
63
# Full git history is needed to get a proper list of changed test_files within `super-linter`
64
64
fetch-depth : 0
90
90
name : Test docs
91
91
runs-on : ubuntu-latest
92
92
steps :
93
- - uses : actions/checkout@v3
93
+ - uses : actions/checkout@v5
94
94
95
95
- name : Install python 3.11
96
96
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments