diff --git a/.github/workflows/build_containers.yml b/.github/workflows/build_containers.yml index dd4a8f6..f7e5b50 100644 --- a/.github/workflows/build_containers.yml +++ b/.github/workflows/build_containers.yml @@ -20,7 +20,7 @@ jobs: packages: write steps: - name: Login to Docker Hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ${{ env.REGISTRY }} username: ${{ env.REGISTRY_USER }}