Skip to content

Commit

Permalink
Update docker/bake-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 28f9a8c commit 915b3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v4
- uses: docker/bake-action@v5
with:
set: |
*.cache-from=type=gha
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- uses: docker/bake-action@v4
- uses: docker/bake-action@v5
with:
set: |
*.cache-from=type=gha
Expand Down

0 comments on commit 915b3fa

Please sign in to comment.