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 71
71
uses : actions/checkout@v4
72
72
73
73
- name : Install Python
74
- uses : actions/setup-python@v4
74
+ uses : actions/setup-python@v5
75
75
with :
76
76
python-version : ${{ env.PYTHON_VERSION }}
77
77
@@ -102,7 +102,7 @@ jobs:
102
102
uses : actions/checkout@v4
103
103
104
104
- name : Install Python
105
- uses : actions/setup-python@v4
105
+ uses : actions/setup-python@v5
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@v4
100
100
101
101
- name : Install Python
102
- uses : actions/setup-python@v4
102
+ uses : actions/setup-python@v5
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@v4
54
54
55
55
- name : Install Python
56
- uses : actions/setup-python@v4
56
+ uses : actions/setup-python@v5
57
57
with :
58
58
python-version : ${{ env.PYTHON_VERSION }}
59
59
Original file line number Diff line number Diff line change 91
91
go-version : ${{ env.GO_VERSION }}
92
92
93
93
- name : Install Python
94
- uses : actions/setup-python@v4
94
+ uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ${{ env.PYTHON_VERSION }}
97
97
You can’t perform that action at this time.
0 commit comments