From 6ecb22d172d6aabe71493e7a2ed3b63c8af4bad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 02:40:10 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 9.0.0 to 9.1.0 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.0.0 to 9.1.0. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v9.0.0...v9.1.0) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/render.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index 058b6ed0b..98c86a0e7 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.0 with: add: '**/*.pdf' default_author: github_actions