From 0368fa427911f1be86b6b1513e189fcb9e369c8b Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 20 Jun 2024 15:08:28 +0000 Subject: [PATCH] chore(deps): update actions/build-push-action action to v6 --- .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..1aad9cc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: password: ${{ secrets.TOKEN }} - name: Build and push - uses: https://gitea.ocram85.com/actions/build-push-action@v4 + uses: https://gitea.ocram85.com/actions/build-push-action@v6 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}