From f166036fe4111ae5a4ae96a1e275fe5f5d4a10ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 22:18:08 +0000 Subject: [PATCH] chore(deps): Bump peterjgrainger/action-create-branch from 2.2.0 to 2.3.0 (#2911) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Casper --- .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 761cb58a..44eb665c 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Create contributors-update branch - uses: peterjgrainger/action-create-branch@v2.2.0 + uses: peterjgrainger/action-create-branch@v2.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: