File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v5 .0.0
23+ uses : actions/checkout@v6 .0.0
2424
2525 - name : Lint commit messages
2626 uses : wagoid/commitlint-github-action@v6.2.1
4949 runs-on : ubuntu-latest
5050 steps :
5151 - name : Checkout repository
52- uses : actions/checkout@v5 .0.0
52+ uses : actions/checkout@v6 .0.0
5353
5454 - name : Set up Python ${{ env.PYTHON_VERSION }}
5555 uses : actions/setup-python@v6.1.0
8787 service : [codecov, codacy]
8888 steps :
8989 - name : Checkout repository
90- uses : actions/checkout@v5 .0.0
90+ uses : actions/checkout@v6 .0.0
9191
9292 - name : Download coverage report artifact
9393 uses : actions/download-artifact@v6.0.0
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@v5 .0.0
122+ uses : actions/checkout@v6 .0.0
123123
124124 - name : Log in to GitHub Container Registry
125125 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