File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@v5
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v5
51+ uses : actions/setup-python@v6
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454 cache : ' pip'
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - name : Set up Python
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : " 3.12"
2727 cache : ' pip'
Original file line number Diff line number Diff line change 2828 - name : Checkout source
2929 uses : actions/checkout@v5
3030 - name : Set up Python
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : " 3.12"
3434 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments