From 6289b5be6f460beb8bd3bc072c3e2e3f36462d65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 08:13:20 +0200 Subject: [PATCH] chore(deps): update docker/login-action action to v2 (#1844) Co-authored-by: Renovate Bot --- .github/workflows/dev-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-tools.yml b/.github/workflows/dev-tools.yml index 176e79060..1c0d7d087 100644 --- a/.github/workflows/dev-tools.yml +++ b/.github/workflows/dev-tools.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v3 - name: Login to the Container registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}