diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 4d651aa..f6ce5ec 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -26,7 +26,7 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Auto Pipenv Update" body: "This PR was created automatically by the Auto Update workflow."