diff --git a/.github/workflows/go-version.yml b/.github/workflows/go-version.yml index 7d7e4d2a8..8ed130d80 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.5.0 + uses: peter-evans/create-pull-request@v3.5.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 45ca20c5c..212fcd068 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.5.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa " @@ -62,7 +62,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.5.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 90fd6d611..daf0cc2ce 100644 --- a/.github/workflows/node-version.yml +++ b/.github/workflows/node-version.yml @@ -25,7 +25,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3.5.0 + uses: peter-evans/create-pull-request@v3.5.1 with: token: ${{ secrets.GH_REPO_TOKEN }} author: "Łukasz Mierzwa "