We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 455d7b3 commit c89146dCopy full SHA for c89146d
2 files changed
.github/workflows/build-python-debian.yaml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v6
20
21
- name: Log in to the Container registry
22
- uses: docker/login-action@v3.6.0
+ uses: docker/login-action@v3.7.0
23
with:
24
registry: ${{ env.REGISTRY }}
25
username: ${{ github.actor }}
requirements.txt
@@ -1,2 +1,2 @@
1
pipenv~=2026.0.3
2
-uv~=0.9.29
+uv~=0.10.5
0 commit comments