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 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 2727 PUBLISHING_VERSION=${{ github.event.release.tag_name }}
2828 grep -qE '__version__ = "'$PUBLISHING_VERSION'"' vallox_websocket_api/__init__.py
2929 - name : Set up Python
30- uses : actions/setup-python@v5
30+ uses : actions/setup-python@v6
3131 with :
3232 python-version : ' 3.x'
3333 - name : Install dependencies
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v5
3030 - name : Set up Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments