File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - name : Checkout the target commit
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 - name : Set up bootstrap Python (3.10)
2626 uses : actions/setup-python@v6
2727 with :
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Check out the release commit
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v6
1515 - name : Set up Python
1616 uses : actions/setup-python@v6
1717 with :
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Get apptools source
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
2121 with :
Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - name : Checkout the target commit
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 - name : Set up bootstrap Python (3.10)
2626 uses : actions/setup-python@v6
2727 with :
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Get apptools source
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Set up Python ${{ matrix.python-version }}
2020 uses : actions/setup-python@v6
2121 with :
You can’t perform that action at this time.
0 commit comments