File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up Python ${{ matrix.python-version }}
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ${{ matrix.python-version }}
2020 - name : Unit tests
Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v5
1111 - name : Install Python
12- uses : actions/setup-python@v5
12+ uses : actions/setup-python@v6
1313 with :
1414 python-version : " 3.13"
1515 - name : Install dependencies
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up Python
14- uses : actions/setup-python@v5
14+ uses : actions/setup-python@v6
1515 with :
1616 python-version : " 3.x"
1717 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments