From 2350294dc647ca81e23ca12ab58c57513369c3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 07:23:33 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-pull-request from v3.5.0 to v3.8.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from v3.5.0 to v3.8.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.5.0...5e9d0ee9ea5ccf865a52a571cba827e4b52a1aff) 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..514271f 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.0 with: commit-message: 'docs(markdown): include and update examples' title: 'docs(markdown): include and update examples'