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 13
13
runs-on : ubuntu-20.04
14
14
permissions : write-all
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Install python 3.12
19
19
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 17
17
id-token : write
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python
22
22
uses : actions/setup-python@v5
23
23
with :
Original file line number Diff line number Diff line change 24
24
- ' 3.11'
25
25
- " 3.12"
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- name : Install python ${{ matrix.python-version }}
30
30
uses : actions/setup-python@v5
60
60
name : Formatting check
61
61
runs-on : ubuntu-latest
62
62
steps :
63
- - uses : actions/checkout@v3
63
+ - uses : actions/checkout@v4
64
64
with :
65
65
# Full git history is needed to get a proper list of changed test_files within `super-linter`
66
66
fetch-depth : 0
91
91
name : Test docs
92
92
runs-on : ubuntu-latest
93
93
steps :
94
- - uses : actions/checkout@v3
94
+ - uses : actions/checkout@v4
95
95
96
96
- name : Install python 3.12
97
97
uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments