diff --git a/.github/workflows/update_aflplusplus.yml b/.github/workflows/update_aflplusplus.yml index 0b77bad7e..d1ef8aae8 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@v5 + uses: peter-evans/create-pull-request@v6 with: title: "Update AFLplusplus" token: ${{ secrets.PR_GITHUB_TOKEN }}