File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3030 - name : Checkout
3131 uses : actions/checkout@v5
3232 - name : Set up Python 3.11
33- uses : actions/setup-python@v5
33+ uses : actions/setup-python@v6
3434 with :
3535 python-version : 3.11
3636 cache : ' pip'
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121 - name : Set up Python 3.11
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : 3.11
2525 cache : ' pip'
4040 with :
4141 fetch-depth : 0
4242 - name : Set up Python ${{ matrix.python-version }}
43- uses : actions/setup-python@v5
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 cache : ' pip'
6868 with :
6969 fetch-depth : 0
7070 - name : Set up Python 3.11
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : " 3.11"
7474 - name : Build package
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0
2525 - name : Set up Python 3.11
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.11"
2929 - name : Build package
You can’t perform that action at this time.
0 commit comments