diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d74ddc1..2eb6ab5 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@v6 + uses: peter-evans/create-pull-request@v7 with: title: "Auto Pipenv Update" body: "This PR was created automatically by the Auto Update workflow."