From 33b009d19a82ec0c0e4b79039db07f7b11d24bce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 22:56:34 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/Dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dev.yml b/.github/workflows/Dev.yml index f2245836..7688e040 100644 --- a/.github/workflows/Dev.yml +++ b/.github/workflows/Dev.yml @@ -22,7 +22,7 @@ jobs: # Login to Harbor - name: Login to Nexus Docker Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ secrets.HARBOR_DOCKER_REGISTRY }} username: ${{ secrets.HARBOR_USERNAME }}