diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 457d5be57..e2f2bd539 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/go-mod-tidy.yml b/.github/workflows/go-mod-tidy.yml index fac98b4a3..446c202ae 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -31,7 +31,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index e364bd749..f2448672b 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@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 438da9c4b..1c1229dd4 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -26,7 +26,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index a3549465e..f2b010eac 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 6d73350ac..09441865f 100644 --- a/.github/workflows/openapi.yml +++ b/.github/workflows/openapi.yml @@ -20,7 +20,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.2 + uses: peter-evans/create-pull-request@v7.0.5 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "