File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4242 - name : Checkout
4343 uses : actions/checkout@v5
4444 - name : Set up Python ${{ matrix.python-version }}
45- uses : actions/setup-python@v5
45+ uses : actions/setup-python@v6
4646 with :
4747 python-version : ${{ matrix.python-version }}
4848 - name : Install dependencies
8383 - name : Checkout
8484 uses : actions/checkout@v5
8585 - name : Set up Python ${{ matrix.python-version }}
86- uses : actions/setup-python@v5
86+ uses : actions/setup-python@v6
8787 with :
8888 python-version : ${{ matrix.python-version }}
8989 - name : Install dependencies
Original file line number Diff line number Diff line change 2525 - name : Checkout code
2626 uses : actions/checkout@v5
2727 - name : Set up Python
28- uses : actions/setup-python@v5
28+ uses : actions/setup-python@v6
2929 with :
3030 python-version : 3.12
3131 - name : Install poetry and mono-repo-deps plugin
You can’t perform that action at this time.
0 commit comments