File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 timeout-minutes : 5
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Setup Python
2424 uses : actions/setup-python@v6
2525 with :
5858 timeout-minutes : 15
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v5
61+ uses : actions/checkout@v6
6262 - name : Setup Python ${{ matrix.pyver }}
6363 uses : actions/setup-python@v6
6464 with :
@@ -102,7 +102,7 @@ jobs:
102102 if : github.event_name == 'push' && contains(github.ref, 'refs/tags/')
103103 steps :
104104 - name : Checkout
105- uses : actions/checkout@v5
105+ uses : actions/checkout@v6
106106 - name : Setup Python
107107 uses : actions/setup-python@v6
108108 with :
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v4
You can’t perform that action at this time.
0 commit comments