From 7fc5c852435bde00d05a3c68828b0056680755cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 11:49:32 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 1.14.1 to 3.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 3.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...0d4c9c5ea7693da7b068278f7b52bda2a190a446) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/My_Release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/My_Release.yml b/.github/workflows/My_Release.yml index b345573..71a2520 100644 --- a/.github/workflows/My_Release.yml +++ b/.github/workflows/My_Release.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Log in to the Container registry - uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 + uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}