Skip to content

Commit bc0ac76

Browse files
committed
chore(deps): update actions
Signed-off-by: Carlos Alexandro Becker <[email protected]>
1 parent 842e7cc commit bc0ac76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
fetch-depth: 0
2323
-
2424
name: Test
25-
uses: docker/bake-action@v5
25+
uses: docker/bake-action@v6
2626
with:
2727
targets: test
2828
-
2929
name: Upload coverage
30-
uses: codecov/codecov-action@v4
30+
uses: codecov/codecov-action@v5
3131
with:
3232
file: ./coverage/clover.xml

0 commit comments

Comments
 (0)