From 13a8e38beb047546cb8696ecd88d7cb7b67c78e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:52:00 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/dev-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-tools.yml b/.github/workflows/dev-tools.yml index 3f038a8ed..7bee6258f 100644 --- a/.github/workflows/dev-tools.yml +++ b/.github/workflows/dev-tools.yml @@ -78,7 +78,7 @@ jobs: EOF - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.repository_owner == 'libretime' }}