Skip to content

Commit 6796c00

Browse files
committed
Bump Docker actions to latest major
1 parent e00cb83 commit 6796c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
uses: actions/checkout@v3
2020
-
2121
name: Validate
22-
uses: docker/bake-action@v1
22+
uses: docker/bake-action@v2
2323
with:
2424
targets: validate
2525
-
2626
name: Test
27-
uses: docker/bake-action@v1
27+
uses: docker/bake-action@v2
2828
with:
2929
targets: test
3030
-

0 commit comments

Comments
 (0)