From 57f15fb991378bbf7a4192b5484d61696e76e9d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 18:23:52 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v9 --- .github/workflows/update-api-reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-api-reports.yml b/.github/workflows/update-api-reports.yml index da09152d3c2..f566337600d 100644 --- a/.github/workflows/update-api-reports.yml +++ b/.github/workflows/update-api-reports.yml @@ -27,7 +27,7 @@ jobs: run: yarn build id: update-api-reports - name: Commit & Push changes - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: add: 'common/api-review/*' message: 'Update API reports'