diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 058b6ed0b..5d4ba2a5d 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -13,7 +13,7 @@ jobs: - name: Compile Zcash Protocol Specification uses: ./.github/actions/render-protocol-pdf - - uses: EndBug/add-and-commit@v9.0.0 + - uses: EndBug/add-and-commit@v9.1.1 with: add: '**/*.pdf' default_author: github_actions