From 1e0ac02877a63ce6acd89e8b6442a5de75b71b22 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Dec 2020 01:49:34 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v3.5.2 --- .github/workflows/go-version.yml | 2 +- .github/workflows/maintenance.yml | 4 ++-- .github/workflows/node-version.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 8ed130d80..f6e931c57 100644 --- a/.github/workflows/go-version.yml +++ b/.github/workflows/go-version.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.1 + uses: peter-evans/create-pull-request@v3.5.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index c622b2d35..5f7f0106d 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.1 + uses: peter-evans/create-pull-request@v3.5.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " @@ -62,7 +62,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.1 + uses: peter-evans/create-pull-request@v3.5.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index daf0cc2ce..98c28881d 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.1 + uses: peter-evans/create-pull-request@v3.5.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "