diff --git a/.github/workflows/cl.yml b/.github/workflows/cl.yml index 5d8c605d..50910e43 100644 --- a/.github/workflows/cl.yml +++ b/.github/workflows/cl.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: ${{ github.event_name == 'schedule' }} id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.JAYLYBOT_TOKEN }} push-to-fork: jayly-bot/ScriptAPI diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 428ea5d2..787f19d0 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -28,7 +28,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.JAYLYBOT_TOKEN }} push-to-fork: jayly-bot/ScriptAPI