File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Python 3.8
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.8
3030
Original file line number Diff line number Diff line change 5454 with :
5555 node-version : 18.15
5656 - name : Set up Python ${{ matrix.python }}
57- uses : actions/setup-python@v5
57+ uses : actions/setup-python@v6
5858 with :
5959 python-version : ${{ matrix.python }}
6060 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121 - name : Set up Python 3.8
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : 3.8
2525 - name : Run Tests
Original file line number Diff line number Diff line change 3131 uses : actions/checkout@v5
3232 - name : Setup Pages
3333 uses : actions/configure-pages@v5
34- - uses : actions/setup-python@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : ' 3.8'
3737 - run : pip install -e ".[doc]"
Original file line number Diff line number Diff line change 3131 echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
3232 echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
3333 - name : Set up Python 3.8
34- uses : actions/setup-python@v5
34+ uses : actions/setup-python@v6
3535 with :
3636 python-version : 3.8
3737 - name : Install dependencies
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Python 3.8
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.8
3030
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Python 3.8
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.8
3030
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v5
1414
1515 - name : Set up Python
16- uses : actions/setup-python@v5
16+ uses : actions/setup-python@v6
1717 with :
1818 python-version : ' 3.x'
1919
Original file line number Diff line number Diff line change 2424 uses : actions/checkout@v5
2525
2626 - name : Set up Python 3.8
27- uses : actions/setup-python@v5
27+ uses : actions/setup-python@v6
2828 with :
2929 python-version : 3.8
3030
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python 3.8
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : 3.8
3434 cache : " pip"
You can’t perform that action at this time.
0 commit comments