File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 - name : Clone repository
2121 uses : actions/checkout@v6.0.3
2222 - name : Use Python
23- uses : actions/setup-python@v6
23+ uses : actions/setup-python@v6.2.0
2424 with :
2525 python-version : ${{ matrix.version }}
2626 - name : Install dependencies
Original file line number Diff line number Diff line change 2222 fetch-depth : ' 0'
2323 token : ${{ secrets.TOKEN_GITHUB_TO_GITHUB_REPOSITORIES_RW }}
2424 - name : Use Python
25- uses : actions/setup-python@v6
25+ uses : actions/setup-python@v6.2.0
2626 with :
2727 python-version : ' 3.14'
2828 - name : Install dependencies
3434 run : make qa
3535 - name : Get next version
3636 id : get_next_version
37- uses : thenativeweb/get-next-version@2.7.1
37+ uses : thenativeweb/get-next-version@2.7.2
3838 - name : Create new version
3939 if : ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
4040 run : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies = [
1414
1515[dependency-groups ]
1616dev = [
17- " pytest==9.0.3 " ,
17+ " pytest==9.1.1 " ,
1818 " pytest-timeout==2.4.0" ,
1919 " pytest-asyncio==1.4.0" ,
2020 " pytest-cov==7.1.0" ,
You can’t perform that action at this time.
0 commit comments