File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout repo
1313 uses : actions/checkout@v4
1414 - name : Set up python
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 - name : Bootstrap poetry
3232 - name : Checkout repo
3333 uses : actions/checkout@v4
3434 - name : Set up python
35- uses : actions/setup-python@v4
35+ uses : actions/setup-python@v6
3636 with :
3737 python-version : ${{ matrix.python-version }}
3838 - name : Bootstrap poetry
Original file line number Diff line number Diff line change 1717 - name : Checkout repo
1818 uses : actions/checkout@v4
1919 - name : Set up python
20- uses : actions/setup-python@v4
20+ uses : actions/setup-python@v6
2121 with :
2222 python-version : ${{ matrix.python-version }}
2323 - name : Bootstrap poetry
3737 - name : Checkout repo
3838 uses : actions/checkout@v4
3939 - name : Set up python
40- uses : actions/setup-python@v4
40+ uses : actions/setup-python@v6
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343 - name : Bootstrap poetry
6060 uses : actions/checkout@v4
6161
6262 - name : Set up python
63- uses : actions/setup-python@v4
63+ uses : actions/setup-python@v6
6464 with :
6565 python-version : ${{ matrix.python-version }}
6666
Original file line number Diff line number Diff line change 2020 - name : Checkout repo
2121 uses : actions/checkout@v4
2222 - name : Set up python
23- uses : actions/setup-python@v4
23+ uses : actions/setup-python@v6
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626 - name : Bootstrap poetry
4040 - name : Checkout repo
4141 uses : actions/checkout@v4
4242 - name : Set up python
43- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v6
4444 with :
4545 python-version : ${{ matrix.python-version }}
4646 - name : Bootstrap poetry
Original file line number Diff line number Diff line change 1515 - name : Checkout repo
1616 uses : actions/checkout@v4
1717 - name : Set up python
18- uses : actions/setup-python@v4
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ${{ matrix.python-version }}
2121 - name : Bootstrap poetry
3535 - name : Checkout repo
3636 uses : actions/checkout@v4
3737 - name : Set up python
38- uses : actions/setup-python@v4
38+ uses : actions/setup-python@v6
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Bootstrap poetry
You can’t perform that action at this time.
0 commit comments