diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0eaf8ce..b4a4bd7 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -29,7 +29,7 @@ jobs: echo "stdout=$output" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 if: github.event_name != 'pull_request' with: token: ${{ secrets.UPDATECLI_GITHUB_TOKEN }}