diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index f6e931c57..7946ef046 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.2 + uses: peter-evans/create-pull-request@v3.6.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 57f9333bb..51a164567 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.2 + uses: peter-evans/create-pull-request@v3.6.0 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.2 + uses: peter-evans/create-pull-request@v3.6.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 98c28881d..d9e883f67 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.2 + uses: peter-evans/create-pull-request@v3.6.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "