File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v5 .0.0
20+ uses : actions/checkout@v6 .0.0
2121
2222 - name : Lint commit messages
2323 uses : wagoid/commitlint-github-action@v6.2.1
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v5 .0.0
49+ uses : actions/checkout@v6 .0.0
5050
5151 - name : Set up Python
52- uses : actions/setup-python@v6.0 .0
52+ uses : actions/setup-python@v6.1 .0
5353 with :
5454 python-version-file : ' .python-version'
5555 cache : ' pip'
8484 service : [codecov, codacy]
8585 steps :
8686 - name : Checkout repository
87- uses : actions/checkout@v5 .0.0
87+ uses : actions/checkout@v6 .0.0
8888
8989 - name : Download coverage report artifact
9090 uses : actions/download-artifact@v6.0.0
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Checkout repository
119- uses : actions/checkout@v5 .0.0
119+ uses : actions/checkout@v6 .0.0
120120
121121 - name : Log in to GitHub Container Registry
122122 uses : docker/login-action@v3.6.0
Original file line number Diff line number Diff line change 11# https://fastapi.tiangolo.com/#standard-dependencies
2- fastapi [standard ]== 0.121.1
2+ fastapi [standard ]== 0.122.0
33SQLAlchemy == 2.0.44
44aiosqlite == 0.21.0
55aiocache == 0.12.3
You can’t perform that action at this time.
0 commit comments