File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 uses : actions/checkout@v5
5050
5151 - name : Set up Python
52- uses : actions/setup-python@v5
52+ uses : actions/setup-python@v6
5353 with :
5454 python-version : 3.11
5555
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v5
2424 - name : Set up Python 3.10
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.10"
2828 - 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@v5
34+ - uses : actions/setup-python@v6
3535 with :
3636 python-version : ${{ matrix.python-version }}
3737
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Set up Python ${{ matrix.python-version }}
131131 if : " !contains(matrix.name, 'docker')"
132- uses : actions/setup-python@v5
132+ uses : actions/setup-python@v6
133133 with :
134134 python-version : ${{ matrix.python-version }}
135135 allow-prereleases : true
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212 - name : Set up Python
13- uses : actions/setup-python@v5
13+ uses : actions/setup-python@v6
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
Original file line number Diff line number Diff line change 5858
5959 - name : Set up Python ${{ matrix.pyver }}
6060 if : " !contains(matrix.name, 'docker')"
61- uses : actions/setup-python@v5
61+ uses : actions/setup-python@v6
6262 with :
6363 python-version : ${{ matrix.pyver }}
6464
You can’t perform that action at this time.
0 commit comments