From b9e9d28119e4c9cda9b0908f726cba8baf05b380 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 14 Feb 2024 13:15:18 +0000 Subject: [PATCH] chore(deps): update actions/build-push-action action to v5 --- .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..cdd68f9 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@v5 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }}