File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : monthly
7+ groups :
8+ actions :
9+ patterns :
10+ - " *"
Original file line number Diff line number Diff line change 1212 tox-job : [doc, pep8]
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
15+ - uses : actions/checkout@v6
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : 3.x
1919 - run : pip install tox
4444 build : ' free-threading'
4545
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848 - name : Setup Python
49- uses : actions/setup-python@v5
49+ uses : actions/setup-python@v6
5050 if : ${{ matrix.build != 'free-threading' }}
5151 with :
5252 python-version : ${{ matrix.python }}
Original file line number Diff line number Diff line change 1313 id-token : write
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : ' 3.x'
2121 cache : pip
You can’t perform that action at this time.
0 commit comments