From d785b03331ecb0e932e772f01a92e72d2d7f00f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:37:15 -0400 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 (#180) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/push-pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-pr-lint.yaml b/.github/workflows/push-pr-lint.yaml index 0d228299..5437c917 100644 --- a/.github/workflows/push-pr-lint.yaml +++ b/.github/workflows/push-pr-lint.yaml @@ -42,7 +42,7 @@ jobs: - name: Build flasher Docker image - no push id: dockerbuild-flasher - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: false