From 1e24c5c1de044b9cd7d5ac0e0d3dbfd655f06f90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:51:30 +0000 Subject: [PATCH] Update docker/login-action action to v3 --- .github/workflows/webapp-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapp-dev.yml b/.github/workflows/webapp-dev.yml index 97c7629..0933fc0 100644 --- a/.github/workflows/webapp-dev.yml +++ b/.github/workflows/webapp-dev.yml @@ -12,7 +12,7 @@ jobs: uses: docker/setup-buildx-action@v2 - name: Login to the GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ secrets.GHCR_USER }}