File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v5
2929 - name : Set up Python ${{ matrix.python-version }}
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ${{ matrix.python-version }}
3333 - name : Install dependencies
4949 steps :
5050 - uses : actions/checkout@v5
5151 - name : Set up Python ${{ matrix.python-version }}
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : ${{ matrix.python-version }}
5555 - name : Install dependencies
7171 steps :
7272 - uses : actions/checkout@v5
7373 - name : Set up Python ${{ matrix.python-version }}
74- uses : actions/setup-python@v5
74+ uses : actions/setup-python@v6
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 - name : Install dependencies
Original file line number Diff line number Diff line change 3939 - name : Print concurrency group
4040 run : echo '${{ github.workflow }}-${{ github.ref }}'
4141 - name : Set up 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 - name : Install dependencies
6868 - name : Print concurrency group
6969 run : echo '${{ github.workflow }}-${{ github.ref }}'
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install dependencies
9999 - name : Print concurrency group
100100 run : echo '${{ github.workflow }}-${{ github.ref }}'
101101 - name : Set up Python ${{ matrix.python-version }}
102- uses : actions/setup-python@v5
102+ uses : actions/setup-python@v6
103103 with :
104104 python-version : ${{ matrix.python-version }}
105105 - name : Install dependencies
Original file line number Diff line number Diff line change 2020 fetch-depth : 0
2121
2222 - name : Set up Python
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : " 3.x"
2626
You can’t perform that action at this time.
0 commit comments