diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 5345dc472..5ae9c32b2 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.6 + uses: peter-evans/create-pull-request@v8.1.0 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 84137255c..61f2cab22 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.6 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index d8f3937ca..27dce19e0 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.6 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index b3cce403c..a96761a9b 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v7.0.6 + uses: peter-evans/create-pull-request@v8.1.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 e6baecf0c..dfdcb8c42 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.6 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 68b23bed1..38ba2a2b9 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.6 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "