From e2a4588d14f2e1b8faf27dd9d67d1895b456bb93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 14:00:10 +0100 Subject: [PATCH] chore(deps): update docker/build-push-action action to v5 (#179) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index 3c555aa5..4c4acc24 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -27,7 +27,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Nekokai Docker image - uses: docker/build-push-action@v3.3.1 + uses: docker/build-push-action@v5.1.0 with: push: true context: .