From 6412e3d119b9406b87b36fbf9da0beb2dd3454a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 17:10:45 +0000 Subject: [PATCH] Bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 to 1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760...1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9) --- 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 f0aa269766..ac38232a30 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@3b8fed7e4b60203b2aa0ecc6c6d6d91d12c06760 + uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}