From 5dc43de036094b283b9e876de9ddf15cd42e4021 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 11:11:45 +0100 Subject: [PATCH] chore(deps): update docker/bake-action action to v4 (#2694) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d73c8ba5b..e11c097a2 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -84,7 +84,7 @@ jobs: echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV - name: Build - uses: docker/bake-action@v3 + uses: docker/bake-action@v4 with: pull: true push: ${{ github.event_name == 'push' }}