File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 ref : ${{ github.head_ref }}
1717
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set up Python
1414 uses : actions/setup-python@v6
1515 with :
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repo
25- uses : actions/checkout@v5
25+ uses : actions/checkout@v6
2626
2727 - name : Set up Python ${{ matrix.python-version }}
2828 uses : actions/setup-python@v6
4343 if : always()
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - name : Set up Python
4848 uses : actions/setup-python@v6
4949 with :
You can’t perform that action at this time.
0 commit comments