File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 if : ${{ !github.event.pull_request.draft }}
3535 steps :
3636 - uses : actions/checkout@v5
37- - uses : actions/setup-python@v5
37+ - uses : actions/setup-python@v6
3838 with :
3939 python-version : ' 3.12'
4040 cache : pip
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - uses : actions/checkout@v5
20- - uses : actions/setup-python@v5
20+ - uses : actions/setup-python@v6
2121 with :
2222 python-version : ' 3.x'
2323 -
uses :
pre-commit/[email protected]
Original file line number Diff line number Diff line change 1616 id-token : write
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
Original file line number Diff line number Diff line change 2929 python-version : ' 3.13'
3030 steps :
3131 - uses : actions/checkout@v5
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@v6
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 cache : pip
You can’t perform that action at this time.
0 commit comments