Skip to content

Commit

Permalink
Bump Docker actions to latest major
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 16, 2022
1 parent 1b1c9c1 commit a80ad29
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@v1
uses: docker/bake-action@v2
with:
targets: validate
-
name: Test
uses: docker/bake-action@v1
uses: docker/bake-action@v2
with:
targets: test
env:
Expand Down

0 comments on commit a80ad29

Please sign in to comment.