From 13b053009b04af7574c5105dd824e3579972d563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 08:51:15 +0200 Subject: [PATCH] Bump thomaseizinger/create-pull-request from 1.1.0 to 1.3.0 (#291) Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/thomaseizinger/create-pull-request/releases) - [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md) - [Commits](https://github.com/thomaseizinger/create-pull-request/compare/1.1.0...1.3.0) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/Doxygen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Doxygen.yml b/.github/workflows/Doxygen.yml index 696117064..3be4d5d48 100644 --- a/.github/workflows/Doxygen.yml +++ b/.github/workflows/Doxygen.yml @@ -62,7 +62,7 @@ jobs: branch: documentation-update-${{ steps.buildnumber.outputs.build_number }} - name: Create Pull Request - uses: thomaseizinger/create-pull-request@1.1.0 + uses: thomaseizinger/create-pull-request@1.3.0 with: # A GitHub API token github_token: ${{ secrets.PERSONAL_TOKEN }}