diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5428470..1349016 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@v4 + uses: peter-evans/create-pull-request@v5 with: title: "Auto NPM Update" body: "This PR was created automatically by the Auto Update workflow."