File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 - name : Install Dependencies
5252 steps :
5353 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858 - name : Install Dependencies
Original file line number Diff line number Diff line change 2626 steps :
2727 - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2828 - name : Set up Python 3.9
29- uses : actions/setup-python@v5
29+ uses : actions/setup-python@v6
3030 with :
3131 python-version : 3.9
3232 - name : Install Black and ISort
You can’t perform that action at this time.
0 commit comments