From 7c150402a05cef41fe40cbfdff2497f7b7f20d93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 10:43:58 +1200 Subject: [PATCH] chore(deps): Bump peterjgrainger/action-create-branch (#2528) Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/peterjgrainger/action-create-branch/releases) - [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: peterjgrainger/action-create-branch 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/contributors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 8924a738..9362af2c 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.1.0 + uses: peterjgrainger/action-create-branch@v2.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: