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'