From c553f6d65cc5afae2bd16b5a3f67fe84edb9b5e9 Mon Sep 17 00:00:00 2001 From: rami3l Date: Tue, 2 Mar 2021 09:57:39 +0100 Subject: [PATCH] fix(publish): bump `peter-evans/create-pull-request` to `v3` --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6b85d679b1..17ff2cb1a63 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -84,7 +84,7 @@ jobs: ls homebrew-tap - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: peter-evans/create-pull-request@v3 with: path: homebrew-tap token: ${{ secrets.GH_ACTIONS_TOKEN }}