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 35
35
uses : actions/checkout@v4
36
36
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
37
37
id : python
38
- uses : actions/setup-python@v4.7.1
38
+ uses : actions/setup-python@v5
39
39
with :
40
40
python-version : ${{ env.DEFAULT_PYTHON }}
41
41
check-latest : true
80
80
uses : actions/checkout@v4
81
81
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
82
82
id : python
83
- uses : actions/setup-python@v4.7.1
83
+ uses : actions/setup-python@v5
84
84
with :
85
85
python-version : ${{ env.DEFAULT_PYTHON }}
86
86
check-latest : true
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
26
26
id : python
27
- uses : actions/setup-python@v4.7.1
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ${{ env.DEFAULT_PYTHON }}
30
30
check-latest : true
Original file line number Diff line number Diff line change 44
44
run : echo "GITHUB_REPOSITORY_SLUG=${GITHUB_REPOSITORY////_}" >> $GITHUB_ENV
45
45
46
46
- name : Set up Python ${{ matrix.python-version }}
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
cache : pip
You can’t perform that action at this time.
0 commit comments