diff --git a/.github/workflows/go-maintenance.yml b/.github/workflows/go-maintenance.yml index 2c5bbeec2..a52ff03b4 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 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 ccdc84cc3..905ff5fe4 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 37b3899e7..052dd8cca 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-maintenance.yml b/.github/workflows/node-maintenance.yml index 3c5607343..1ce4f2c38 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/node-version.yml b/.github/workflows/node-version.yml index 52c24b9ea..46728c2bb 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml index 63235055e..a67f2ee55 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.0.0 + uses: peter-evans/create-pull-request@v4.0.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "