diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c7731416..cfa74e78 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4.2.2
       - name: Log in to the GitHub container registry
-        uses: docker/login-action@v3.3.0
+        uses: docker/login-action@v3.4.0
         with:
           registry: ghcr.io
           username: ${{ github.repository_owner }}