From 51d3fd366fa4c9e4d15fc0ff9f6debfeaed02c40 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 14 Feb 2024 13:15:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-buildx-action action to v3 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index dc825fa..fd6fab0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: type=semver,pattern={{major}}.{{minor}} - name: Set up Docker Buildx - uses: https://gitea.ocram85.com/actions/setup-buildx-action@v2 + uses: https://gitea.ocram85.com/actions/setup-buildx-action@v3 - name: Login to Gitea Package Registry uses: https://gitea.ocram85.com/actions/login-action@v2