Skip to content

Commit

Permalink
Merge pull request #163 from crazy-max/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/bake-action-3

Bump docker/bake-action from 2 to 3
  • Loading branch information
crazy-max committed May 1, 2023
2 parents e37acbd + 53e80a1 commit 4354fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
uses: actions/checkout@v3
-
name: Validate
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: validate
-
name: Test
uses: docker/bake-action@v2
uses: docker/bake-action@v3
with:
targets: test
-
Expand Down

0 comments on commit 4354fd3

Please sign in to comment.