Update `EndBug` to v9.
1 files changed, 1 insertions(+), 2 deletions(-) M .github/workflows/main.yml
M .github/workflows/main.yml => .github/workflows/main.yml +1 -2
@@ 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 }}