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:
159159 persist-credentials : false
160160
161161 - name : Set up Python
162- uses : actions/setup-python@v5
162+ uses : actions/setup-python@v6
163163 with :
164164 python-version : ' 3.11'
165165
Original file line number Diff line number Diff line change 2020 - name : Checkout code
2121 uses : actions/checkout@v5
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.11"
2626 - name : Trigger the script
Original file line number Diff line number Diff line change 5959 - uses : actions/checkout@v5
6060 with :
6161 persist-credentials : false
62- - uses : actions/setup-python@v5
62+ - uses : actions/setup-python@v6
6363 with :
6464 python-version : ${{ matrix.python-version }}
6565 - uses : pre-commit/action@v3.0.1
@@ -326,7 +326,7 @@ jobs:
326326 persist-credentials : false
327327
328328 - name : Set up Python
329- uses : actions/setup-python@v5
329+ uses : actions/setup-python@v6
330330 with :
331331 python-version : " 3.13"
332332
You can’t perform that action at this time.
0 commit comments