File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v5
2121 - name : Set up Python ${{ matrix.python-version }}
22- uses : actions/setup-python@v5
22+ uses : actions/setup-python@v6
2323 with :
2424 python-version : ${{ matrix.python-version }}
2525 - name : Install dependencies
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.12"
1818 - name : Install the module
Original file line number Diff line number Diff line change 1212 steps :
1313 - uses : actions/checkout@v5
1414 - name : Set up Python
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : " 3.12"
1818 - name : Install pypa/build
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.12" # build with oldest supported python
2121 - name : Install the module
3939 steps :
4040 - uses : actions/checkout@v5
4141 - name : Set up Python
42- uses : actions/setup-python@v5
42+ uses : actions/setup-python@v6
4343 with :
4444 python-version : " 3.12"
4545 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments