File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 uses : actions/checkout@v7
5151
5252 - name : Set up Python
53- uses : actions/setup-python@v6
53+ uses : actions/setup-python@v7
5454 with :
5555 python-version : 3.11
5656
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v7
2424 - name : Set up Python 3.10
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v7
2626 with :
2727 python-version : " 3.10"
2828 - name : Install dependencies
4848 steps :
4949 - uses : actions/checkout@v7
5050 - name : Set up Python 3.10
51- uses : actions/setup-python@v6
51+ uses : actions/setup-python@v7
5252 with :
5353 python-version : " 3.10"
5454 - name : Install dependencies
Original file line number Diff line number Diff line change 3131 RDMAV_FORK_SAFE : 1
3232
3333 steps :
34- - uses : actions/setup-python@v6
34+ - uses : actions/setup-python@v7
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 uses : actions/checkout@v7
117117
118118 - name : Set up Python ${{ matrix.python-version }}
119- uses : actions/setup-python@v6
119+ uses : actions/setup-python@v7
120120 with :
121121 python-version : ${{ matrix.python-version }}
122122 allow-prereleases : true
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v7
1515 - name : Set up Python
16- uses : actions/setup-python@v6
16+ uses : actions/setup-python@v7
1717 with :
1818 python-version : ' 3.x'
1919 - name : Install dependencies
Original file line number Diff line number Diff line change 5252 uses : actions/checkout@v7
5353
5454 - name : Set up Python ${{ matrix.python-version }}
55- uses : actions/setup-python@v6
55+ uses : actions/setup-python@v7
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858
You can’t perform that action at this time.
0 commit comments