diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 4c1c361cb..33808d410 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@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.2 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 e1930b4b4..33813b81c 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@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 3ee2f2923..cbbbbbb60 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@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 1bcb225d7..80879aa39 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@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.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 f24c49e4a..3287b1af0 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -37,7 +37,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 364c2a5c1..cc15f8595 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@v4.1.1 + uses: peter-evans/create-pull-request@v4.1.2 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "