From 06dd208cc72b49da3d57233ecf948618b7520d9a Mon Sep 17 00:00:00 2001 From: vulcandth Date: Sat, 1 Apr 2023 13:56:21 -0500 Subject: [PATCH] Update `EndBug` to v9. fixes #1038 --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b3efa30c..44317b8b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,9 +69,8 @@ jobs: - name: Update symbols if: ${{ github.event_name == 'push' && github.repository_owner == 'pret' }} - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: - branch: symbols cwd: "./symbols" add: "*.sym" message: ${{ github.event.commits[0].message }}