From 115541d4e001f40a6e7e00a1e5a364f811191ad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:51:49 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 65b78e6e13532edd9afa3aa52ac7964289d1a9c1 to 3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/65b78e6e13532edd9afa3aa52ac7964289d1a9c1...3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish_mvfst_interop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_mvfst_interop.yml b/.github/workflows/publish_mvfst_interop.yml index d182484ccf..3961a30774 100644 --- a/.github/workflows/publish_mvfst_interop.yml +++ b/.github/workflows/publish_mvfst_interop.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 + uses: docker/login-action@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}