File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 shell : bash
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v5
26+ uses : actions/checkout@v6
2727 - name : Setup Python ${{ matrix.python-version }}
2828 uses : actions/setup-python@v6
2929 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Setup Python 3.10
1919 uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1717 shell : bash
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 path : ./main
2323 - name : Setup Python 3.10
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414 - name : Setup Python 3.10
1515 uses : actions/setup-python@v6
1616 with :
Original file line number Diff line number Diff line change 2727 shell : bash
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 - name : Setup Python ${{ matrix.python-version }}
3232 uses : actions/setup-python@v6
3333 with :
You can’t perform that action at this time.
0 commit comments