From 02cd85a845529fba51c0254370e456d7f286b4db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 08:19:39 +0000 Subject: [PATCH] chore(deps): update docker/bake-action action to v5 --- .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 d3838269f..88afb8e35 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -86,7 +86,7 @@ jobs: echo "LIBRETIME_VERSION=$(cat VERSION | tr -d [:blank:])" >> $GITHUB_ENV - name: Build - uses: docker/bake-action@v4 + uses: docker/bake-action@v5 with: pull: true push: ${{ github.event_name == 'push' }}