Merge pull request #241 from crazy-max/dependabot/github_actions/docker/bake-action-5

chore(deps): bump docker/bake-action from 4 to 5
This commit is contained in:
CrazyMax 2024-06-23 17:13:44 +02:00 committed by GitHub
commit 06e76b7e3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
-
name: Test
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: test
-

View File

@ -40,6 +40,6 @@ jobs:
uses: actions/checkout@v4
-
name: Validate
uses: docker/bake-action@v4
uses: docker/bake-action@v5
with:
targets: ${{ matrix.target }}