File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 71
71
uses : actions/checkout@v5
72
72
73
73
- name : Install Python
74
- uses : actions/setup-python@v5
74
+ uses : actions/setup-python@v6
75
75
with :
76
76
python-version : ${{ env.PYTHON_VERSION }}
77
77
@@ -102,7 +102,7 @@ jobs:
102
102
uses : actions/checkout@v5
103
103
104
104
- name : Install Python
105
- uses : actions/setup-python@v5
105
+ uses : actions/setup-python@v6
106
106
with :
107
107
python-version : ${{ env.PYTHON_VERSION }}
108
108
Original file line number Diff line number Diff line change 99
99
uses : actions/checkout@v5
100
100
101
101
- name : Install Python
102
- uses : actions/setup-python@v5
102
+ uses : actions/setup-python@v6
103
103
with :
104
104
python-version : ${{ env.PYTHON_VERSION }}
105
105
Original file line number Diff line number Diff line change 53
53
uses : actions/checkout@v5
54
54
55
55
- name : Install Python
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ${{ env.PYTHON_VERSION }}
59
59
Original file line number Diff line number Diff line change 89
89
go-version-file : go.mod
90
90
91
91
- name : Install Python
92
- uses : actions/setup-python@v5
92
+ uses : actions/setup-python@v6
93
93
with :
94
94
python-version : ${{ env.PYTHON_VERSION }}
95
95
You can’t perform that action at this time.
0 commit comments