diff --git a/.github/workflows/copyright-preamble.yml b/.github/workflows/copyright-preamble.yml index dae852ee..491fe81b 100644 --- a/.github/workflows/copyright-preamble.yml +++ b/.github/workflows/copyright-preamble.yml @@ -25,7 +25,7 @@ jobs: # Creates pull request with all changes in file - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore: update copyright preamble" delete-branch: true diff --git a/.github/workflows/update-pangolin.yaml b/.github/workflows/update-pangolin.yaml index a3986a1c..1945cc86 100644 --- a/.github/workflows/update-pangolin.yaml +++ b/.github/workflows/update-pangolin.yaml @@ -37,7 +37,7 @@ jobs: - name: Create Pull Request if: ${{ env.LATEST_PANGOLIN != env.CURRENT_PANGOLIN }} id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} committer: GitHub