Skip to content

Commit d1c8030

Browse files
authored
Merge branch 'main' into dependabot/uv/cryptography-46.0.7
2 parents 0f72fb6 + 795d4dc commit d1c8030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: docker/setup-buildx-action@v4
6262

6363
- name: Log in to Docker Hub
64-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
64+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121
6565
with:
6666
username: ${{ secrets.DOCKER_USERNAME }}
6767
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
gpg --keyserver keyserver.ubuntu.com --recv-keys 806BB28AED779869
8787
8888
- name: Upload coverage to Codecov
89-
uses: codecov/codecov-action@v5.5.3
89+
uses: codecov/codecov-action@v6.0.0
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}
9292
files: ./coverage.xml

0 commit comments

Comments
 (0)