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 2121 steps :
2222 - uses : actions/checkout@v6
2323 - name : Setup Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Installing flake8 and Upgrade pip
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@v6
2424 - name : Setup Python
25- uses : actions/setup-python@v5
25+ uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.12"
2828 - name : Install build tools
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v6
2323 - name : Setup Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments