From 9577ab5033fceb0b90ae183f3bba3704425570c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 15:07:40 +0200 Subject: [PATCH] chore(deps): Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (#3314) --- .github/workflows/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 499fbbbc..7e49dcfc 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -49,7 +49,7 @@ jobs: # See https://github.com/marketplace/actions/create-pull-request for reference of the action. - name: 'Create Pull Request' - uses: peter-evans/create-pull-request@v5.0.0 + uses: peter-evans/create-pull-request@v5.0.1 id: create-pr with: token: ${{ secrets.GITHUB_TOKEN }}