From 1e5ea69858511cb860472229f817356c39ef84fc Mon Sep 17 00:00:00 2001 From: renovate-coveooss <382603+renovate-coveooss[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 04:01:30 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb3a530..b6c160e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,7 +39,7 @@ jobs: # fail_ci_if_error: true - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}