From 4e1eb2c635f6595b5d9c90be2933933b895275f8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 20 Oct 2022 15:54:07 +0000
Subject: [PATCH] chore(deps): update docker/login-action digest to f4ef78c

---
 .github/workflows/relay.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/relay.yaml b/.github/workflows/relay.yaml
index cfddce7..a52f5f8 100644
--- a/.github/workflows/relay.yaml
+++ b/.github/workflows/relay.yaml
@@ -45,7 +45,7 @@ jobs:
 
       - name: Log into registry ${{ env.REGISTRY }}
         if: github.event_name != 'pull_request'
-        uses: docker/login-action@70e1ff84cbd75a9e03941a79f21f05f1b03a71bb
+        uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}