Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kriberg committed Jan 3, 2024
2 parents 055e34e + d98d1d1 commit cfc017f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install git
run: sudo apt-get install git
- name: Quay login
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3.0.0
with:
registry: quay.io
username: ${{ secrets.QUAY_USER }}
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
uvicorn==0.22.0
uvicorn==0.24.0.post1
gunicorn==20.1.0

0 comments on commit cfc017f

Please sign in to comment.