File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 os : [ubuntu-latest]
1111 python-version : ["3.12"]
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v4
1414 - name : Setup, Python ${{ matrix.python-version }}
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v5
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@v4
14+ uses : actions/setup-python@v5
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@v4
39+ uses : actions/setup-python@v5
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@v4
58+ uses : actions/setup-python@v5
5959 with :
6060 python-version : 3.12
6161 architecture : x64
You can’t perform that action at this time.
0 commit comments