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 4343 - uses : actions/checkout@v5
4444
4545 - name : Set up Python ${{ matrix.python-version }}
46- uses : actions/setup-python@v5
46+ uses : actions/setup-python@v6
4747 with :
4848 python-version : ${{ matrix.python-version }}
4949
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v5
1919
2020 - name : Set up Python ${{ matrix.python-version }}
21- uses : actions/setup-python@v5
21+ uses : actions/setup-python@v6
2222 with :
2323 python-version : ${{ matrix.python-version }}
2424
Original file line number Diff line number Diff line change 1212 with :
1313 fetch-depth : 0
1414 - name : Set up Python 3.12
15- uses : actions/setup-python@v5
15+ uses : actions/setup-python@v6
1616 with :
1717 python-version : 3.12
1818 - name : Install pypa/build
You can’t perform that action at this time.
0 commit comments