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 with :
2222 fetch-depth : 0 # To fetch all commits to be able to generate benchmarks html
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v2
24+ uses : actions/setup-python@v5
2525 with :
2626 python-version : " 3.10"
2727 - name : Install dependencies
Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
19- uses : actions/setup-python@v2
19+ uses : actions/setup-python@v5
2020 with :
2121 python-version : ${{ matrix.python-version }}
2222 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v4
1515 - name : Set up Python ${{ matrix.python-version }}
16- uses : actions/setup-python@v2
16+ uses : actions/setup-python@v5
1717 with :
1818 python-version : " 3.11"
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v4
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v2
26+ uses : actions/setup-python@v5
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
5656 - name : Download artifacts
5757 uses : actions/download-artifact@v4.1.7
5858 - name : Set up Python ${{ matrix.python-version }}
59- uses : actions/setup-python@v2
59+ uses : actions/setup-python@v5
6060 with :
6161 python-version : ${{ matrix.python-version }}
6262 - name : Install wheel and test
8585 - name : Download artifacts
8686 uses : actions/download-artifact@v4.1.7
8787 - name : Set up Python ${{ matrix.python-version }}
88- uses : actions/setup-python@v2
88+ uses : actions/setup-python@v5
8989 with :
9090 python-version : ${{ matrix.python-version }}
9191 - name : Install wheel and test
You can’t perform that action at this time.
0 commit comments