File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout source code
15
15
uses : actions/checkout@v4
16
16
- name : Set up Python
17
- uses : actions/setup-python@v5
17
+ uses : actions/setup-python@v6
18
18
with :
19
19
python-version : " 3.13"
20
20
cache : ' pip'
74
74
- name : Checkout source code
75
75
uses : actions/checkout@v4
76
76
- name : Set up Python ${{ matrix.python }}
77
- uses : actions/setup-python@v5
77
+ uses : actions/setup-python@v6
78
78
with :
79
79
python-version : ${{ matrix.python }}
80
80
cache : ' pip'
@@ -108,7 +108,7 @@ jobs:
108
108
with :
109
109
fetch-depth : 0
110
110
- name : Set up Python
111
- uses : actions/setup-python@v5
111
+ uses : actions/setup-python@v6
112
112
with :
113
113
python-version : " 3.13"
114
114
cache : ' pip'
@@ -136,7 +136,7 @@ jobs:
136
136
with :
137
137
fetch-depth : 0
138
138
- name : Set up Python
139
- uses : actions/setup-python@v5
139
+ uses : actions/setup-python@v6
140
140
with :
141
141
python-version : " 3.13"
142
142
cache : ' pip'
You can’t perform that action at this time.
0 commit comments