From 8b9f1a5a239bcbcc6896743c2eeac9cf97d2a987 Mon Sep 17 00:00:00 2001 From: pierresomny Date: Wed, 7 Feb 2024 15:02:28 +0100 Subject: [PATCH] chore: upgrade action version for add-and-commit Signed-off-by: pierresomny --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5abbe60..74a33b9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,7 +22,7 @@ jobs: echo "branch coverage = ${{ steps.jacoco.outputs.branches }}" - name: Commit and push the badge (if it changed) - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9.1.4 with: default_author: github_actions message: 'commit badge'