File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5555 uses : actions/checkout@v4
5656
5757 - name : " Set up Python ${{ matrix.python-version }}"
58- uses : actions/setup-python@v5
58+ uses : actions/setup-python@v6
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161
Original file line number Diff line number Diff line change 2626 uses : actions/checkout@v4
2727
2828 - name : " Set up Python"
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030
3131 - name : " Update Python dependencies"
3232 uses : pdm-project/update-deps-action@v1
Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v4
3131
3232 - name : " Set up Python"
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.11"
3636
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@v4
3535
3636 - name : " Setup Python"
37- uses : actions/setup-python@v5
37+ uses : actions/setup-python@v6
3838 with :
3939 python-version : ${{ env.python-version }}
4040
Original file line number Diff line number Diff line change 4545 uses : actions/checkout@v4
4646
4747 - name : Set up Python ${{ matrix.python-version }}
48- uses : actions/setup-python@v5
48+ uses : actions/setup-python@v6
4949 with :
5050 python-version : ${{ matrix.python-version }}
5151
Original file line number Diff line number Diff line change 2727 uses : actions/checkout@v4
2828
2929 - name : " Setup Python 3.10"
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ env.python-version }}
3333
Original file line number Diff line number Diff line change 3939 uses : actions/checkout@v4
4040
4141 - name : " Setup Python ${{ matrix.python-version }}"
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : ${{ matrix.python-version }}
4545
You can’t perform that action at this time.
0 commit comments