diff --git a/.github/workflows/cl.yml b/.github/workflows/cl.yml index 5ce18601..bca8c1a7 100644 --- a/.github/workflows/cl.yml +++ b/.github/workflows/cl.yml @@ -30,7 +30,7 @@ jobs: - name: Create Pull Request if: ${{ github.event_name == 'schedule' }} id: cpr - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 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 55262cb3..1acf56a7 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@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.JAYLYBOT_TOKEN }} push-to-fork: jayly-bot/ScriptAPI