diff --git a/.github/workflows/update_aflplusplus.yml b/.github/workflows/update_aflplusplus.yml index 201342812..fdc7ad24f 100644 --- a/.github/workflows/update_aflplusplus.yml +++ b/.github/workflows/update_aflplusplus.yml @@ -27,7 +27,7 @@ jobs: git checkout "$TAG" - name: Create pull request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: title: "Update AFLplusplus" token: ${{ secrets.PR_GITHUB_TOKEN }}