File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout repository
32- uses : actions/checkout@v6
32+ uses : actions/checkout@v7
3333
3434 - name : Initialize CodeQL
3535 uses : github/codeql-action/init@v4
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 contents : read
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v6.0.2
22+ uses : actions/checkout@v7
2323
2424 - name : Set up Python
25- uses : actions/setup-python@v6.2 .0
25+ uses : actions/setup-python@v6.3 .0
2626 with :
2727 python-version-file : ${{ env.PYTHON_VERSION_FILE }}
2828
5151 attestations : write
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v6.0.2
54+ uses : actions/checkout@v7
5555 with :
5656 fetch-depth : 0
5757
@@ -164,7 +164,7 @@ jobs:
164164 } >> $GITHUB_OUTPUT
165165
166166 - name : Create GitHub Release
167- uses : softprops/action-gh-release@v3.0.0
167+ uses : softprops/action-gh-release@v3.0.1
168168 with :
169169 name : " v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }} ♟️"
170170 tag_name : ${{ steps.version.outputs.tag_name }}
Original file line number Diff line number Diff line change 1616 contents : read
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6
19+ uses : actions/checkout@v7
2020
2121 - name : Lint commit messages
2222 uses : wagoid/commitlint-github-action@v6.2.1
2727 version : " latest"
2828
2929 - name : Set up Python
30- uses : actions/setup-python@v6.2 .0
30+ uses : actions/setup-python@v6.3 .0
3131 with :
3232 python-version-file : " .python-version"
3333
@@ -51,15 +51,15 @@ jobs:
5151 contents : read
5252 steps :
5353 - name : Checkout repository
54- uses : actions/checkout@v6
54+ uses : actions/checkout@v7
5555
5656 - name : Set up uv
5757 uses : astral-sh/setup-uv@v8.2.0
5858 with :
5959 version : " latest"
6060
6161 - name : Set up Python
62- uses : actions/setup-python@v6.2 .0
62+ uses : actions/setup-python@v6.3 .0
6363 with :
6464 python-version-file : " .python-version"
6565
9292 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
9393 steps :
9494 - name : Checkout repository
95- uses : actions/checkout@v6
95+ uses : actions/checkout@v7
9696
9797 - name : Download coverage report artifact
9898 uses : actions/download-artifact@v8.0.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ readme = "README.md"
66requires-python = " >=3.13.3"
77authors = [{name = " nanotaboada" , email = " hello@example.com" }]
88dependencies = [
9- " fastapi[standard]==0.137 .0" ,
9+ " fastapi[standard]==0.138 .0" ,
1010 " SQLAlchemy==2.0.51" ,
1111 " aiosqlite==0.22.1" ,
1212 " aiocache==0.12.3" ,
You can’t perform that action at this time.
0 commit comments