File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ " config:recommended"
5+ ]
6+ }
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
1111 concurrency :
1212 group : ${{ github.workflow }}-${{ github.ref }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : actions/setup-python@v5
1616 with :
17- python-version : " 3.13 "
17+ python-version : " 3.14 "
1818 - run : python3 -m pip install --upgrade pip
1919 - id : pip-cache
2020 run : echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 group : ${{ github.workflow }}-${{ github.ref }}
1515 steps :
1616 - name : Clone repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818
1919 - name : Setup Python environment
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : " 3.13 "
22+ python-version : " 3.14 "
2323
2424 - name : Upgrade pip
2525 run : python3 -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments