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 @@ -159,7 +159,7 @@ jobs:
159
159
persist-credentials : false
160
160
161
161
- name : Set up Python
162
- uses : actions/setup-python@v5
162
+ uses : actions/setup-python@v6
163
163
with :
164
164
python-version : ' 3.11'
165
165
Original file line number Diff line number Diff line change 20
20
- name : Checkout code
21
21
uses : actions/checkout@v5
22
22
- name : Set up Python
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.11"
26
26
- name : Trigger the script
Original file line number Diff line number Diff line change 59
59
- uses : actions/checkout@v5
60
60
with :
61
61
persist-credentials : false
62
- - uses : actions/setup-python@v5
62
+ - uses : actions/setup-python@v6
63
63
with :
64
64
python-version : ${{ matrix.python-version }}
65
65
-
uses :
pre-commit/[email protected]
@@ -326,7 +326,7 @@ jobs:
326
326
persist-credentials : false
327
327
328
328
- name : Set up Python
329
- uses : actions/setup-python@v5
329
+ uses : actions/setup-python@v6
330
330
with :
331
331
python-version : " 3.13"
332
332
You can’t perform that action at this time.
0 commit comments