Update EndBug to v9.

This commit is contained in:
dannye 2023-04-25 19:40:00 -05:00
parent 17eaf761e3
commit 1b9540cc49

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