diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 1a574fff3..e2e869d53 100644 --- a/.github/workflows/go-maintenance.yml +++ b/.github/workflows/go-maintenance.yml @@ -28,7 +28,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.9.2 + uses: peter-evans/create-pull-request@v3.10.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 0caf0883f..e1b213123 100644 --- a/.github/workflows/go-mod-tidy.yml +++ b/.github/workflows/go-mod-tidy.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.9.2 + uses: peter-evans/create-pull-request@v3.10.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 0f7805271..00fdfc8a5 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.9.2 + uses: peter-evans/create-pull-request@v3.10.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 7fcb4408a..1f0ed2c78 100644 --- a/.github/workflows/node-maintenance.yml +++ b/.github/workflows/node-maintenance.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.9.2 + uses: peter-evans/create-pull-request@v3.10.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 79798c7ce..0f9bad399 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -26,7 +26,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.9.2 + uses: peter-evans/create-pull-request@v3.10.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 4c5479c01..b7695606e 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@v3.9.2 + uses: peter-evans/create-pull-request@v3.10.0 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "