File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v2
1414 - name : Setup, Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v2
15+ uses : actions/setup-python@v4
1616 with :
1717 python-version : ${{ matrix.python-version }}
1818 architecture : x64
Original file line number Diff line number Diff line change 1111 - name : Checkout
1212 uses : actions/checkout@v4
1313 - name : Select Python 3.12
14- uses : actions/setup-python@v2
14+ uses : actions/setup-python@v4
1515 with :
1616 python-version : 3.12
1717 architecture : x64
3636 - name : Checkout
3737 uses : actions/checkout@v4
3838 - name : Setup, Python ${{ matrix.python-version }}
39- uses : actions/setup-python@v2
39+ uses : actions/setup-python@v4
4040 with :
4141 python-version : ${{ matrix.python-version }}
4242 architecture : x64
5555 - name : Checkout
5656 uses : actions/checkout@v4
5757 - name : Select Python 3.12
58- uses : actions/setup-python@v2
58+ uses : actions/setup-python@v4
5959 with :
6060 python-version : 3.12
6161 architecture : x64
You can’t perform that action at this time.
0 commit comments