diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index d6d63f6..7819d06 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -24,7 +24,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 NPM Update" body: "This PR was created automatically by the Auto Update workflow."