Update EndBug to v9.

fixes #1038
This commit is contained in:
vulcandth 2023-04-01 13:56:21 -05:00
parent c75d121c78
commit 06dd208cc7

View File

@ -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 }}