From c8445313aa4f34e58f6c420cdc267bdcc1b488b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:34:25 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from v3.5.0 to v3.8.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.5.0 to v3.8.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.5.0...34371f09e5a05dadd212d0bc451d4c1fa456c646) Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 01ac69d..df0494b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: sudo chmod -R ugo+rwX . - name: create pull request if: github.head_ref == '' - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.8.1 with: commit-message: 'docs(markdown): include and update examples' title: 'docs(markdown): include and update examples'