From 918ef28b7a03eb26bdc41e421d453abe7e7743b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:51:32 +0000 Subject: [PATCH] Update docker/setup-buildx-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..8e8f8fd 100644 --- a/.github/workflows/webapp-dev.yml +++ b/.github/workflows/webapp-dev.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2 + uses: docker/setup-buildx-action@v3 - name: Login to the GitHub Container Registry uses: docker/login-action@v2