File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
uses : actions/checkout@v4
68
68
69
69
- name : Set up Python
70
- uses : actions/setup-python@v5
70
+ uses : actions/setup-python@v6
71
71
if : ${{ needs.setup.outputs.python == 'python' }}
72
72
with :
73
73
python-version : ' 3.9'
Original file line number Diff line number Diff line change 14
14
with :
15
15
ref : ${{ github.head_ref }}
16
16
fetch-depth : 0
17
- - uses : actions/setup-python@v5
17
+ - uses : actions/setup-python@v6
18
18
with :
19
19
python-version : " 3.11"
20
20
- name : Get the commit message
Original file line number Diff line number Diff line change 37
37
fi
38
38
39
39
- name : Set up Python environment
40
- uses : actions/setup-python@v5
40
+ uses : actions/setup-python@v6
41
41
with :
42
42
python-version : ${{ matrix.python_version }}
43
43
You can’t perform that action at this time.
0 commit comments