From bc0ac763469bec019016144647a0d784afa9407a Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 10 Feb 2025 23:40:32 -0300 Subject: [PATCH] chore(deps): update actions Signed-off-by: Carlos Alexandro Becker --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f2e09b5..e363858 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,11 +22,11 @@ jobs: fetch-depth: 0 - name: Test - uses: docker/bake-action@v5 + uses: docker/bake-action@v6 with: targets: test - name: Upload coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: file: ./coverage/clover.xml