From 4757840696912484c7959758b3afbab56d10d698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:11:00 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 1.14.1 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/dd4fa0671be5250ee6f50aedf4cb05514abda2c7...e92390c5fb421da1463c202d546fed0ec5c39f20) --- 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..930ffa7 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@e92390c5fb421da1463c202d546fed0ec5c39f20 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}