File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515 runs-on : ${{ matrix.os }}
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 with :
2020 submodules : true
2121
2222 - name : Set up Python ${{ matrix.python-version }}
23- uses : actions/setup-python@v2
23+ uses : actions/setup-python@v5
2424 with :
2525 python-version : ${{ matrix.python-version }}
2626
Original file line number Diff line number Diff line change 1717 python-version : ["3.11"]
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v4
2121 - name : Set up Python
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : " 3.11"
2525
@@ -44,11 +44,11 @@ jobs:
4444 python-version : ["3.11", "3.12", "3.13"]
4545
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 with :
4949 submodules : true
5050 - name : Set up Python ${{ matrix.python-version }}
51- uses : actions/setup-python@v2
51+ uses : actions/setup-python@v5
5252 with :
5353 python-version : ${{ matrix.python-version }}
5454
You can’t perform that action at this time.
0 commit comments