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 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-python@v5
17+ - uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : ' 3.x'
2222 - name : Build distribution
Original file line number Diff line number Diff line change 2121 steps :
2222 - uses : actions/checkout@v5
2323 - uses : snok/install-poetry@v1
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727 cache : poetry
You can’t perform that action at this time.
0 commit comments