chore(deps): update docker/bake-action action to v4 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-13 11:12:39 +01:00 committed by GitHub
parent 09c5f1c834
commit be17ea3ad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
.github/workflows

View File

@ -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' }}