File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
run : echo "$GITHUB_CONTEXT"
47
47
- uses : actions/checkout@v4
48
48
- name : Set up Python
49
- uses : actions/setup-python@v4
49
+ uses : actions/setup-python@v5
50
50
with :
51
51
python-version : " 3.11"
52
52
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@v4
25
25
- name : Set up Python
26
- uses : actions/setup-python@v4
26
+ uses : actions/setup-python@v5
27
27
with :
28
28
python-version : " 3.11"
29
29
- name : Install build dependencies
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/setup-python@v4
17
+ - uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.9'
20
20
Original file line number Diff line number Diff line change 38
38
steps :
39
39
- uses : actions/checkout@v4
40
40
- name : Set up Python
41
- uses : actions/setup-python@v4
41
+ uses : actions/setup-python@v5
42
42
with :
43
43
python-version : ${{ matrix.python-version }}
44
44
# Allow debugging with tmate
84
84
steps :
85
85
- uses : actions/checkout@v4
86
86
87
- - uses : actions/setup-python@v4
87
+ - uses : actions/setup-python@v5
88
88
with :
89
89
python-version : ' 3.8'
90
90
You can’t perform that action at this time.
0 commit comments