ci: update bake-action to v6
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
5
.github/workflows/validate.yml
vendored
5
.github/workflows/validate.yml
vendored
@ -35,12 +35,9 @@ jobs:
|
||||
- validate-vendor
|
||||
- update-authors # ensure authors update target runs fine
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Run
|
||||
uses: docker/bake-action@v5
|
||||
uses: docker/bake-action@v6
|
||||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user