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 39
39
uses : actions/checkout@v5
40
40
41
41
- name : Install Python
42
- uses : actions/setup-python@v5
42
+ uses : actions/setup-python@v6
43
43
with :
44
44
python-version : ${{ env.PYTHON_VERSION }}
45
45
66
66
uses : actions/checkout@v5
67
67
68
68
- name : Install Python
69
- uses : actions/setup-python@v5
69
+ uses : actions/setup-python@v6
70
70
with :
71
71
python-version : ${{ env.PYTHON_VERSION }}
72
72
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v5
25
25
26
26
- name : Install Python
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : ${{ env.PYTHON_VERSION }}
30
30
Original file line number Diff line number Diff line change 44
44
go-version-file : go.mod
45
45
46
46
- name : Install Python
47
- uses : actions/setup-python@v5
47
+ uses : actions/setup-python@v6
48
48
with :
49
49
python-version : ${{ env.PYTHON_VERSION }}
50
50
You can’t perform that action at this time.
0 commit comments