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 - name : Checkout the target commit
2424 uses : actions/checkout@v4
2525 - name : Set up bootstrap Python (3.10)
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.10'
2929 cache : ' pip'
Original file line number Diff line number Diff line change 1313 - name : Check out the release commit
1414 uses : actions/checkout@v4
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.10'
1919 - name : Install Python packages needed for build and upload
Original file line number Diff line number Diff line change 1717 - name : Get apptools source
1818 uses : actions/checkout@v4
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Install local package
Original file line number Diff line number Diff line change 2323 - name : Checkout the target commit
2424 uses : actions/checkout@v4
2525 - name : Set up bootstrap Python (3.10)
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : ' 3.12'
2929 cache : ' pip'
Original file line number Diff line number Diff line change 1717 - name : Get apptools source
1818 uses : actions/checkout@v4
1919 - name : Set up Python ${{ matrix.python-version }}
20- uses : actions/setup-python@v5
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Install dependencies and local packages
You can’t perform that action at this time.
0 commit comments